3.0.0 • Published 3 years ago
@suxuan/watermark v3.0.0
@sx/watermark
Removes all spaces from a string.
Install
$ npm install @sx/watermark
Usage
const watermark = require("@sx/watermark");
watermark({
content: 'watermark'
});
3.0.0
3 years ago
Removes all spaces from a string.
$ npm install @sx/watermark
const watermark = require("@sx/watermark");
watermark({
content: 'watermark'
});
3 years ago