@l-mbert/react-pixelart
v0.0.5
Published
A simple Pixeleditor built with React.
Downloads
9
Maintainers
Readme
react-pixelart
A simple Pixeleditor built with React.
Installation and usage
The easiest way to use react-pixelart is to install it from npm and build it into your app with Webpack.
yarn add react-pixelart
Then use it in your app:
import React from 'react';
import Pixelart from 'react-pixelart';
class App extends React.Component {
render() {
return <Pixelart pixelSize={16} columns={32} rows={32} />;
}
}
Props
pixelSize
- specify the Size of an Pixelcolumns
- number of columnsrows
- number of rows
License
GPL-3.0 Licensed. Copyright (c) Lambert Weller 2020.