Giter Club home page Giter Club logo

h5-watermark's Introduction

h5页面加水印

为什么使用水印?

版权问题!防止他人滥用、转发、以及破坏个人或企业隐私。

实例展示

典型项目应用案例

  • 【大联动】 用户信息详情页面

依赖资源

  • js/watermark.js 水印核心基类

配置和使用方法

DOM结构

初始化

以下代码是最简单的用法,更多复杂用法请参考showcase_watermark源码下载

// 实例化
new WaterMark({
    watermark_txt: "姓名"
});

参数说明

参数 参数类型 说明
watermark_txt string 可选 水印字样 默认为水印字样
watermark_x string 可选 水印起始位置x轴坐标 默认为20
watermark_y string 可选 水印起始位置Y轴坐标 默认为20
watermark_rows string 可选 水印行数 默认为480
watermark_cols string 可选 水印列数 默认为8
watermark_x_space string 可选 水印x轴间隔 默认为20
watermark_y_space string 可选 水印y轴间隔 默认为10
watermark_color string 可选 水印字体颜色 默认为#000000
watermark_alpha string 可选 水印透明度 默认为0.2
watermark_fontsize string 可选 水印字体大小 默认为14px
watermark_font string 可选 水印字体 默认为fantasy
watermark_width string 可选 水印宽度 默认为50
watermark_height string 可选 水印长度 默认为40
watermark_angle string 可选 水印倾斜度数 默认为20

h5-watermark's People

Contributors

sunzunlu avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.