Share player for pixel motion creations
npm install @kano/kbc-pixel-playerkbc-pixel-playerReact component which loops though an array of images, with speed selector
``
import { KbcPixelPlayer } from '@kano/kbc-pixel-player';
const Component = (props) => {
const animation = ['imageUrl', 'image2Url'];
return
}
``