0.5.0 • Published 4 years ago

gwm v0.5.0

Weekly downloads
46
License
MIT
Repository
github
Last release
4 years ago

gwm.js

中文

npm.io npm.io

Generate Watermark

It can be used to generate watermarking in internal system, which can prompt information security and responsibility tracking. Safety issues can not be ignored, which has a certain role in prompting the sensitive operation of internal personnel.

Characteristic

  • Support the generation of three types of watermarking: canvas, SVG and element
  • Supporting element monitoring to prevent tampering
  • Extensibility

Screenshot

Example

Click here to see the effect →:Demo示例

Instructions

1、Introducing JS files

<script src="../js/gwm.js"></script>

Or install with NPM

npm install gwm

2、Building watermark

gwm.creation()

Parameter

Method

MethodExplain
gwm.creationCreate a watermarking.
gwm.observingManually open the observer, when the watermarking element is tampered with, re-render the watermarking element.
gwm.cancelCancel the observer, the watermark can be hidden or deleted.

The development environment using the method

1、Install

npm install

2、Running projects locally

npm run dev

Open index.html preview effect

3、build command

npm run build
0.5.0

4 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.18

5 years ago

0.2.17

6 years ago

0.2.0

6 years ago

0.1.29

6 years ago

0.1.28

6 years ago

0.1.27

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago