specialsymbols

1.1.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i specialsymbols

      Weekly Downloads

      5

      Version

      1.1.0

      License

      MIT

      Unpacked Size

      4.07 kB

      Total Files

      5

      Last publish

      Collaborators

      • etzy