UNPKG

@lordicon/element

Version:

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

8 lines (6 loc) 186 B
import '../src/release'; document.querySelectorAll("lord-icon").forEach((element) => { element.addEventListener("ready", () => { element.classList.add("ready"); }); });