Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.78 KB

File metadata and controls

56 lines (39 loc) · 1.78 KB

Open in Gitpod

react-dvrg

react implementation of dvrg.io - identicon generation

NPM JavaScript Style Guide

Install

npm install --save react-dvrg

Usage

import React, { Component } from 'react'

import MyComponent from 'react-dvrg'
import 'react-dvrg/dist/index.css'

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

License

MIT © a-chugunov

Issues

If you encounter any problems, please file an issue along with a detailed description.

Acknowledgments

Great projects that inspired me to create dvrg.io.

Articles: