ton-pictogram
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i ton-pictogram

Weekly Downloads

1

Version

1.0.1

License

GPL-3.0-or-later

Unpacked Size

261 kB

Total Files

6

Last publish

Collaborators

  • ajaxy