UNPKG
koishi-plugin-mizuki-bot
Version:
latest (1.1.0)
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
明日方舟多功能Bot
github.com/lonelyion/koishi-plugin-mizuki-bot
lonelyion/koishi-plugin-mizuki-bot
koishi-plugin-mizuki-bot
/
lib
/
arknights
/
image.d.ts
3 lines
(2 loc)
•
184 B
TypeScript
View Raw
1
2
3
import
{
Context
}
from
'koishi'
;
export
declare
const
CropSkin
:
(
ctx
:
Context
,
skinFilePath
:
string
,
cropPercent
:
number
) =>
Promise
<
import
(
"@ltxhhz/skia-canvas-for-koishi"
).
Canvas
>;