UNPKG

@lordicon/element

Version:

This package offers developers a convenient method for embedding, controlling, and customizing animated icons from Lordicon within web projects.

22 lines (18 loc) 457 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Upload</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/main.css" /> <script type="module" src="/20-upload.ts"></script> </head> <body> <div> <input type="file" accept=".json" /> </div> <div> <lord-icon trigger="loop"></lord-icon> </div> </body> </html>