Open aguedasobico opened 4 years ago
I think you'll want to depend on this project from NPM: https://www.npmjs.com/package/web-animations-js
You can also depend on the file via a CDN: https://unpkg.com/web-animations-js
Basically not all projects host the built "min.js" versions of files in the repo themselves, but instead only put them on NPM, where you can depend on them generally.
hi! i'm really new to github and also to usage of libraries in javascript. i'm trying to use the muuri library, but it needs the web animation library to work properly. according to the muuri's demo i need to include the web animation's .js file to my html, called "web-animations.min.js" but i can't find on their github post. could you please show me where is it? thanks.