UNPKG

8-bit-mario

Version:

A React component that creates an image of Mario and run across the screen.

25 lines (17 loc) 362 B
# 8-Bit-Mario ## Usage ### Install npm install 8-bit-mario ### Implementation ... import Mario from '8-bit-mario'; ... class DisplaysMario() { constructor() { super() } render ( <Mario></Mario> ); } ![8-Bit-Mario](./8-Bit-Mario.gif "8-Bit-Mario")