strikethrough-js
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "strikethrough-js", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Manipulate strikethrough chars in Javascript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,2 +17,15 @@ # StrikethroughJS | ||
## Usage | ||
```javascript | ||
var lib = require('strikethrough-js'); | ||
// or | ||
import { | ||
removeStrikethrough, | ||
removeStrikethroughChars, | ||
getStrikethroughChars, | ||
getRemoveStrikethroughChars | ||
} from 'strikethrough-js'; | ||
``` | ||
### Remove strikethrough | ||
@@ -19,0 +32,0 @@ ```javascript |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5744
62