smachs / react-image-blur

Resize and transform images quick and simple.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@smachs/react-image-blur

Resize and transform images in a practical and simple.

NPM JavaScript Style Guide

Install

npm install --save @smachs/react-image-blur

Usage

import React, { Component } from 'react'

import MyComponent from '@smachs/react-image-blur'
import '@smachs/react-image-blur/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © smachs

About

Resize and transform images quick and simple.


Languages

Language:HTML 51.7%Language:JavaScript 31.4%Language:CSS 16.9%