#1174·anime

[FEATURE] Version info in non-browser environments

Author: astraldevCreated May 23, 2026Updated May 23, 2026
Labelsfeature proposal

What

It would be great to populate the globals in all runtimes, i.e node & browser with version info so that module builders can create backward compatible changes that support multiple versions of animejs?

Provide a code example of what the feature should look like

Something like this

AnimeJS.__version__

Describe alternatives you've considered

Other than checking variable signatures, like isArray, or is number or so, doesn't seem like any API is exposed for it, apart from the version info in browser environment

Additional context

Still for the nuxt anime integration package I am trying to build.

https://github.com/astraldev/nanime