dtinth / superwhite

display a very bright white color on HDR-enabled displays
1.21k stars 17 forks source link

chore: remove mp4 from files published to npm #7

Closed maxnowack closed 1 year ago

maxnowack commented 1 year ago

the video is already included as base64 in index.js

dtinth commented 1 year ago

We want people who don’t use bundlers to be able to include superwhite from CDNs using URLs like this.

https://cdn.jsdelivr.net/npm/superwhite@0.1.1/superwhite.mp4

This is why I also publish the binary video file.

maxnowack commented 1 year ago

Ah, I see! Thanks for the explanation 🙂