1.0.3 • Published 2 years ago

react-canvas-to-img v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-canvas-to-img

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save react-canvas-to-img

Usage

import React, { Component } from 'react'

import CanvasToImg from 'react-canvas-to-img'
import 'react-canvas-to-img/dist/index.css'

class Example extends Component {
  render() {
    return <CanvasToImg><canvas /></CanvasToImg>
  }
}

License

MIT © jzhu1224

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago