@codecraftkit/animation

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import codecraftkitAnimation from 'https://cdn.skypack.dev/@codecraftkit/animation';
</script>

README

animations

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @codecraftkit/animations

Usage

import React, { Component } from 'react'

import Animation from "@codecraftkit/animation";

const ExampleComponent = () => {
  return (
         <Animation autoplay loop name={'chicken-70'} height={200} width={200}/>
    ))
}

License

MIT © CodeCraft