ton-pictogram
v1.0.1
Published
This library generates HTML for graphical representation of TON wallet addresses.
Downloads
1
Readme
This library generates HTML for graphical representation of TON wallet addresses.
Installation
npm install --save ton-pictogram
import { buildPictogramHtml } from 'ton-pictogram';
import 'ton-pictogram/dist/ton-pictogram.css';
or
<link rel="stylesheet" href="./ton-pictogram.css" />
<script src="./ton-pictogram.js"></script>
Usage
document.getElementById('container').innerHTML = TonPictogram.buildPictogramHtml(1111111111);