@kano/kbc-pixel-player
v2.0.54
Published
Share player for pixel motion creations
Downloads
114
Maintainers
Keywords
Readme
kbc-pixel-player
React component which loops though an array of images, with speed selector
Usage
KbcPixelPlayer
import { KbcPixelPlayer } from '@kano/kbc-pixel-player';
const Component = (props) => {
const animation = ['imageUrl', 'image2Url'];
return <KbcPixelPlayer animation={aniamtion} />;
}