New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@irises/watermark

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@irises/watermark

能够通过简单的配置完成一些简单水印的覆盖。

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

这一款水印插件

能够通过简单的配置完成一些简单水印的覆盖。

安装

npm i @irises/watermark

使用

该插件导出了对应的参数类型

import { Watermark } from '@irises/watermark';

const instance1 = Watermark.mount({ container: '#app' });
// 或者
const instance2 = new Watermark({ container: '#app' });
instance2.mount();

// 销毁
instance1.unmount()
instance2.unmount()

Keywords

水印插件

FAQs

Package last updated on 11 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts