1.1.0 • Published 6 years ago

specialsymbols v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

specialsymbols

Use ASCII characters without having to see an ascii table! (more coming soon™)

Example

const symbols = require('specialsymbols');

console.log(`${symbols.uprightcorner() + symbols.middlelyingdownbar().repeat(5) + symbols.downleftcorner()}`) // ╚═════╝

Documentation

  • specialsymbols

    • functions
      • bar() | returns ║
      • bar2() | returns ╣
      • upleftcorner() | returns ╗
      • downleftcorner() | returns ╝
      • uprightcorner() | returns ╚
      • downrightcorner() | returns ╔
      • barupanddown() | returns ╩
      • invertedbarupanddown() | returns ╦
      • invertedbar2() | returns ╠
      • middlelyingdownbar() | returns ═
      • crossingbars() | returns ╬
      • misc_copyright() | returns ©
      • misc_block() | returns █

To Do

Add emojis

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago