checkmarks

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i checkmarks

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • juliangruber