1.0.0 • Published 5 years ago
@reactulity/img-to-file v1.0.0
@reactulity/img-download
Allows react web dev implementing the functionality of downloading an image by clicking on a button
Install
npm install --save @reactulity/img-download
Usage
import React, { Component } from 'react'
import MyComponent from '@reactulity/img-download'
import '@reactulity/img-download/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © Reastack
1.0.0
5 years ago