Skip to content

Automattic/strikethrough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

strikethrough

Tiny JavaScript helper and cmd line utility to generate "strikethrough text" with just character codes. L̶i̶k̶e̶ ̶t̶h̶i̶s̶.

How to use

var str = require('strikethrough')('some text');
console.log(str);

Installation

To install st(1):

$ npm install -g strikethrough
$ st some text
s̶o̶m̶e̶ ̶t̶e̶x̶t̶

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published