8-bit-mario
v1.0.6
Published
A React component that creates an image of Mario and run across the screen.
Readme
8-Bit-Mario
Usage
Install
npm install 8-bit-marioImplementation
...
import Mario from '8-bit-mario';
...
class DisplaysMario() {
constructor() {
super()
}
render (
<Mario></Mario>
);
}
