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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

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