UNPKG
@yamabuki/koishi-plugin-pjsk-stamp-maker
Version:
latest (0.0.1)
0.0.1
koishi-plugin-pjsk-stamp-maker改版,使用skia-canvas替代koishi-plugin-canvas
@yamabuki/koishi-plugin-pjsk-stamp-maker
/
lib
/
utils.d.ts
10 lines
(9 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
baseImage {
id
:
number
;
color
:
string
;
fileName
:
string
;
fileDir
:
string
;
defaultStyleId
:
number
; }
export
declare
function
loadBaseImage
(
configPath
:
string
): baseImage[];
export
declare
function
isValidColor
(
color
:
any
):
boolean
;