specialsymbols
v1.1.0
Published
Use special symbols without having to see an ascii table
Downloads
1
Readme
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 █
- functions
To Do
Add emojis