ssleptsov / ninja-keys

Keyboard shortcuts interface for your website. Working with static HTML, Vanilla JS, Vue, React, Svelte.
https://ninja-keys-demo.vercel.app/
MIT License
1.65k stars 60 forks source link

any other CDNs available? Seeing a bunch of odd errors with the module version right now #44

Open blairanderson opened 1 year ago

blairanderson commented 1 year ago

ninja keys uses lit-html and lit-reactive. this has been working for a while and all our users started seeing module errors today.

Screen Shot 2023-04-04 at 11 51 30 AM
jonsterling commented 1 year ago

I ultimately found the unpkg CDN so unreliable that now I install ninja-keys with npm and bundle it using esbuild. You can see an example here in case it helps: