1.0.0 • Published 5 years ago

@reactulity/img-to-file v1.0.0

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

@reactulity/img-download

Allows react web dev implementing the functionality of downloading an image by clicking on a button

NPM JavaScript Style Guide

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