npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

checkmarks

1.0.1

@juliangruber

npmHomeRepoSnykSocket
Downloads:7
$ npm install checkmarks
DailyWeeklyMonthlyYearly

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