Made with create-react-library
npm install --save @cc-test2/animations
import React, { Component } from 'react'
import Animation from "@cc-test2/animation";
const ExampleComponent = () => {
return (
<Animation autoplay loop name={'chicken-70'} height={200} width={200}/>
))
}
MIT © CodeCraft