react-canvas-to-img
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i react-canvas-to-img

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

8.37 kB

Total Files

9

Last publish

Collaborators

  • jzhu1224