A simple Pixeleditor built with React.
npm install @l-mbert/react-pixelart[![Travis][build-badge]][build]
[![npm package][npm-badge]][npm]
[![Coveralls][coveralls-badge]][coveralls]
A simple Pixeleditor built with React.
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:
`js
import React from 'react';
import Pixelart from 'react-pixelart';
class App extends React.Component {
render() {
return
}
}
`
- pixelSize - specify the Size of an Pixelcolumns
- - number of columnsrows` - number of rows
-
GPL-3.0 Licensed. Copyright (c) Lambert Weller 2020.
[build-badge]: https://img.shields.io/travis/l-mbert/react-pixelart/master.png?style=flat-square
[build]: https://travis-ci.org/l-mbert/react-pixelart
[npm-badge]: https://img.shields.io/npm/v/npm-package.png?style=flat-square
[npm]: https://www.npmjs.org/package/npm-package
[coveralls-badge]: https://img.shields.io/coveralls/l-mbert/react-pixelart/master.png?style=flat-square
[coveralls]: https://coveralls.io/github/l-mbert/react-pixelart