@lemuria/animation
v0.1.3
Published
Splendid Animation Component For Playing SVGs From Adobe Animate.
Downloads
6
Readme
@lemuria/animation
@lemuria/animation
is Splendid Animation Component For Playing SVGs From Adobe Animate.
yarn add @lemuria/animation
Table 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