From 86854af32fb2c4ffe1c8ec2b4a0aed92bd31cee2 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Tue, 14 Jan 2025 09:42:19 +0100 Subject: [PATCH] Add Data URL as a supported value type for gltf-model component --- docs/components/gltf-model.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/components/gltf-model.md b/docs/components/gltf-model.md index bd3839e7f5f..52ab3b07b71 100644 --- a/docs/components/gltf-model.md +++ b/docs/components/gltf-model.md @@ -74,10 +74,11 @@ file. ## Values -| Type | Description | -|----------|--------------------------------------| -| selector | Selector to an `` | -| string | `url()`-enclosed path to a glTF file | +| Type | Description | +|----------|---------------------------------------------| +| selector | Selector to an `` | +| string | `url()`-enclosed path to a glTF file | +| Data URL | data:application/octet-stream;base64, | ## Events