1.0.11 • Published 6 years ago

reactimage2base64 v1.0.11

Weekly downloads
13
License
MIT
Repository
github
Last release
6 years ago

reactimage2base64

React component to generate an image source to base64. You can make this using a path or URL. You could use all the image attributes and base events like a onclick, onmouseover etc..

NPM JavaScript Style Guide

Install

npm install --save reactimage2base64

Usage

import * as React from 'react'

import Image from 'reactimage2base64'

class Example extends React.Component {
  render () {
    return (
      <Image src="..." />
    )
  }
}

Result

License

MIT © p333ter

e8739c115366c12a48098d554ea4e93512bd0ed1

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago