UNPKG
taro-code
Version:
latest (4.1.0)
next (4.0.0-beta.3)
4.1.0
4.0.1
4.0.0
4.0.0-beta.3
4.0.0-beta.2
4.0.0-beta.0
3.5.2
3.5.0
3.4.0
3.3.0
3.2.0
3.0.3
3.0.2
3.0.0-rc
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.4.0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
Taro.js barcode & qrcode, Image & Canvas
github.com/miaonster/taro-code
miaonster/taro-code
taro-code
/
lib
/
common
/
barcode
/
index.d.ts
7 lines
(6 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
function
barcode
(
{ text, scale, blackColor, whiteColor }: { text?:
string
|
undefined
; scale?:
number
|
undefined
; blackColor:
any
; whiteColor:
any
; }
):
string
;