dot-text
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

Dot Text

live demo 可以在线输入,查看效果

功能

一个简单的文字转换为点阵的形式组件

参数

  • text: 文字
  • fontSize: 字体大小
  • color: 字体颜色
  • fontWeight: 字体粗细
  • clear: 是否清除点阵 :(clearCanvas) => clearCanvans()

使用方法

// main.ts
import { DotText } from 'dot-text'
app.component('DotText', DotText)
// .vue
    <dot-text text="Hi,Simon" color="grey" font-size="50" font-weight="10" ma />

Readme

Keywords

Package Sidebar

Install

npm i dot-text

Weekly Downloads

4

Version

1.0.9

License

MIT

Unpacked Size

9.21 kB

Total Files

5

Last publish

Collaborators

  • simon_he