list.js icon indicating copy to clipboard operation
list.js copied to clipboard

examples don't work

Open Efreak opened this issue 2 years ago • 0 comments

The examples hosted on the website seem to work fine, but those that link directly to codepen do not. List.js isn't being loaded before the codepen script, so the examples don't work. I've tried fixing this in two ways, but it didn't work (1. codepen has a place to link scripts that will be fetched ahead of time. 2. can also load npm packages, with an import at the top of the script)

Efreak avatar Feb 08 '23 17:02 Efreak