1.0.3 • Published 2 years ago

striketext v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

striketext - Strikethrough/Cross out text

How to use

Example from local

const strikeText = require('./strike');
console.log(strikeText("Example Text")) // Result: ̶E̶x̶a̶m̶p̶l̶e̶ ̶T̶e̶x̶t̶

Example from npm

const strikeText = require('striketext');
console.log(strikeText("Strike Text")) // Result: ̶S̶t̶̶r̶̶i̶̶k̶̶e̶ T̶e̶̶x̶̶t̶