JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q46150F
  • License MIT

Animation library for real system.

Package Exports

  • @real-system/animation-library
  • @real-system/animation-library/lib/index.esm.js
  • @real-system/animation-library/lib/index.js

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 (@real-system/animation-library) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@real-system/animation-library

Animation library for real system.

npm version

Installation

# install peer dependencies

# npm
$ npm install react react-dom 
# yarn
$ yarn add react react-dom 

# install animation

# npm
$ npm install @real-system/animation-library
# yarn
$ yarn add @real-system/animation-library

Code Example

import { reactSpring } from '@real-system/animation-library';

...