mirror of
https://github.com/DaInfLoop/Battler-Generator.git
synced 2024-11-23 22:29:58 +00:00
remove unneeded imports
This commit is contained in:
parent
7d6fe64cb3
commit
228122fbbd
4
index.ts
4
index.ts
|
@ -1,11 +1,9 @@
|
|||
import { createCanvas, loadImage, GlobalFonts, SKRSContext2D } from "@napi-rs/canvas";
|
||||
import { createCanvas, loadImage, GlobalFonts } from "@napi-rs/canvas";
|
||||
import {
|
||||
GenerateBattlerOptions,
|
||||
GenerateBattleImageOptions,
|
||||
PlayerActionOptions,
|
||||
Colour,
|
||||
Opponents,
|
||||
PlayerActions,
|
||||
CustomActionOptions
|
||||
} from "./types";
|
||||
import {
|
||||
|
|
Loading…
Reference in a new issue