bm-signature
v1.0.0
Published
``` ▄▄▄▄ ███▄ ▄███▓ ▓█████▄ ▓██▒▀█▀ ██▒ ▒██▒ ▄██▓██ ▓██░ powered by Mattia Bonardi ▒██░█▀ ▒██ ▒██ email: [email protected] ░▓█ ▀█▓▒██▒ ░██▒ github: https://github.com/mattiabonardi ░▒▓███▀▒░ ▒░ ░ ░ linkedin:
Downloads
3
Readme
BM signature
▄▄▄▄ ███▄ ▄███▓
▓█████▄ ▓██▒▀█▀ ██▒
▒██▒ ▄██▓██ ▓██░ powered by Mattia Bonardi
▒██░█▀ ▒██ ▒██ email: [email protected]
░▓█ ▀█▓▒██▒ ░██▒ github: https://github.com/mattiabonardi
░▒▓███▀▒░ ▒░ ░ ░ linkedin: https://linkedin.com/in/mattia-bonardi-099b02235/
▒░▒ ░ ░ ░ ░ instagram: https://instagram.com/mattiaabonardi/
░ ░ ░ ░
░ ░
░ Installation
npm install bm-signatureUse
import {
printToDOM,
printToConsole,
printToDOMasComment,
} from "bm-signature"
printToConsole(): void;
printToDOM(e: HTMLPreElement): void;
printToDOMasComment(e: HTMLElement): void;Test
npm installnpm run buildnpm run startGo to http://localhost:3000 to view the test page.
