You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: