0.1.3 • Published 4 years ago

@lemuria/animation v0.1.3

Weekly downloads
4
License
AGPL-3.0
Repository
github
Last release
4 years ago

@lemuria/animation

npm version

@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.

NameTypeDescriptionDefault
shouldRunbooleanA boolean option.true
textstringA 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