Skip to content

a-chugunov/react-dvrg

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors