Package Exports
- react-web-animations-js-wrapper
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-web-animations-js-wrapper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Web Animations JS Wrapper
A wrapper for import Web Animations API JS Polyfill for React
Installation
The easiest way is to keep react-web-animations-js-wrapper as a dependency in your package.json.
{
"dependencies": {
"react-web-animations-js-wrapper": "1.0.0"
}
}You can simple do it by:
npm install react-web-animations-js-wrapper --saveExamples
import "react-web-animations-js-wrapper";
... or ...
import "react-web-animations-js-wrapper/next";
Release History
(Nothing yet)
License
Licensed under the MIT license.