Skip to content

pansyjs/seal

Repository files navigation

Pansy Seal

强大的印章组件,帮你快速的生成印章。

npm version npm download stars-image forks-image packagephobia

注意!注意!注意!本库只为个人研究学习所用,请勿用于违法相关!

🏗 安装

// npm
npm install @pansy/seal --save

// yarn
yarn add @pansy/seal

// pnpm
pnpm install @pansy/seal

🔨 使用

import { Seal } from '@pansy/seal';

const seal = new Seal({ ... });

// 如果需要修改印章参数,请调用
seal.update({ ... });

// 销毁印章
seal.destroy();

📸 印章概览

印章包含以下内容

🧑‍💻 API

属性 说明 类型 默认值
type 印章类型,分为公司印章、个人印章 company | personal company
shape 指定印章的形状,仅公司印章有效 circle | square| ellipse circle
color 印章颜色,各分部的颜色可单独指定 string red
showTransparent 是否显示透明背景, 下载时请隐藏 boolean true
width 指定印章的宽度 number 300
height 指定印章的高度 number 300
fiveStar 五角星配置 any -
text 主文字配置 any -
subText 副文字配置 any -
centerText 中心文字配置 any -
border 边线配置 any -
innerBorder 内边线配置 any -
innerLoopLine 内环线配置 any -

🌟 社区互助

Github Issue 钉钉群 微信群
issues