1.0.0 • Published 6 months ago

eazy-watermark v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Eazy Watermask

Installation

# install with npm
$ npm install eazy-watermark

# or

# install with yarn
$ yarn add eazy-watermark

Examples

import { createWm } from 'watermark';

createWm({
  text: 'Jobsofferings 1999'
})

Development

To build or test, you can do the following first. You can choose Node version 12.19.0 to develop

$ npm install

# or

$ yarn

You can execute the following command to build

$ npm run build

You can start the project by executing the following command, which will automatically start a sample project and automatically listen to the project

$ npm run start

You can start a test by executing the following command

$ npm run test

License

eazy-watermark is MIT licensed.

1.0.0

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago