@lemuria/animation

0.1.3 • Public • Published

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

Art Deco © Art Deco™ 2020

Package Sidebar

Install

npm i @lemuria/animation

Weekly Downloads

1

Version

0.1.3

License

AGPL-3.0

Unpacked Size

46.9 kB

Total Files

16

Last publish

Collaborators

  • zvr