1.0.9 • Published 8 months ago

dot-text v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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 />
1.0.9

8 months ago

1.0.8

9 months ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago