0.1.3 • Published 6 years ago
@lemuria/animation v0.1.3
@lemuria/animation
@lemuria/animation is Splendid Animation Component For Playing SVGs From Adobe Animate.
yarn add @lemuria/animationTable Of Contents
API
The package is available by importing its default function:
import splendidAnimation from '@lemuria/animation'async splendidAnimation(  config: !Config,): string
Splendid Animation Component For Playing SVGs From Adobe Animate.
- config* !Config: The config.
Config: Options for the program.
| Name | Type | Description | Default | 
|---|---|---|---|
| shouldRun | boolean | A boolean option. | true | 
| text | string | A text to return. | - | 
import splendidAnimation from '@lemuria/animation'
(async () => {
  const res = await splendidAnimation({
    text: 'example',
  })
  console.log(res)
})()Copyright & License
GNU Affero General Public License v3.0