1.0.0 • Published 1 year ago

bm-signature v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

BM signature

▄▄▄▄    ███▄ ▄███▓ 
▓█████▄ ▓██▒▀█▀ ██▒
▒██▒ ▄██▓██    ▓██░      powered by Mattia Bonardi
▒██░█▀  ▒██    ▒██       email: mattiabonardi99@gmail.com
░▓█  ▀█▓▒██▒   ░██▒      github: https://github.com/mattiabonardi 
░▒▓███▀▒░ ▒░   ░  ░      linkedin: https://linkedin.com/in/mattia-bonardi-099b02235/
▒░▒   ░ ░  ░      ░      instagram: https://instagram.com/mattiaabonardi/
 ░    ░ ░      ░         
 ░             ░         
      ░     

Installation

npm install bm-signature

Use

import {
      printToDOM,
      printToConsole,
      printToDOMasComment,
    } from "bm-signature"

printToConsole(): void;
printToDOM(e: HTMLPreElement): void;
printToDOMasComment(e: HTMLElement): void;

Test

npm install
npm run build
npm run start

Go to http://localhost:3000 to view the test page.

1.0.0

1 year ago