juliangarnier / anime

JavaScript animation engine
https://animejs.com
MIT License
50.4k stars 3.68k forks source link

Why cant I connect anime? #877

Closed TreeFall1 closed 10 months ago

TreeFall1 commented 10 months ago

HTML:

    <script src="animejs/lib/anime.min.js"></script>

I have this error:

Uncaught ReferenceError: anime is not defined

What i do wrong? How to fix it?

TreeFall1 commented 10 months ago

I just connect it in head of html and it works