New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@likecoin/ethereum-blockies

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@likecoin/ethereum-blockies

A tiny library for generating blocky identicons.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
2
Created
Source

Blockies

Fork of https://github.com/MyEtherWallet/blockies transpiled to es2015

Original README

A tiny library for generating blocky identicons.

Sample blockies image

Demo page

Use

import {toDataUrl} from 'blockies';

const img = new Image() ;
img.src = blockies.toDataUrl('0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8');

document.body.appendChild(img);

Goals

No DOM dependencies, same rendering result as MEW v3.

Non Goals

Speed. Size.

License

WTFPL

FAQs

Package last updated on 17 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts