checkmarks
v1.0.1
Published
ANSI checkmarks, useful for CLIs and such
Downloads
2
Readme
checkmarks
ANSI checkmarks, useful for CLIs and such.
Usage
const checkmarks = require('checkmarks')
checkmarks.normal(true)
// => ✓
checkmarks.normal(false)
// => ×
checkmarks.heavy(true)
// => ✔
checkmarks.heavy(false)
// => ✖
checkmarks.ballot(true)
// => ☑
checkmarks.ballot(false)
// => ☒
Installation
$ npm install checkmarks
License
MIT