ImportFromURL.url

A HTTP/HTTPS URL to the content.

ImportFromURL.url property

A HTTP/HTTPS URL to the content.

Signature:

url: string;

Example

// Lottie JSON
{ type: "LOTTIE", url: "https://example.com/animation.json" }

// dotLottie
{ type: "LOTTIE", url: "https://example.com/animation.lottie" }

// SVG
{ type: "SVG", url: "https://api.example.com/graphic.svg" }

// Image
{ type: "IMAGE", url: "https://example.com/image.png" }
Last updated: August 5, 2026 at 11:47 AMEdit this page