mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2025-01-08 01:36:40 +00:00
remove unneeded imports
This commit is contained in:
parent
7d6fe64cb3
commit
228122fbbd
2 changed files with 2 additions and 4 deletions
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 {
|
import {
|
||||||
GenerateBattlerOptions,
|
GenerateBattlerOptions,
|
||||||
GenerateBattleImageOptions,
|
GenerateBattleImageOptions,
|
||||||
PlayerActionOptions,
|
PlayerActionOptions,
|
||||||
Colour,
|
|
||||||
Opponents,
|
Opponents,
|
||||||
PlayerActions,
|
|
||||||
CustomActionOptions
|
CustomActionOptions
|
||||||
} from "./types";
|
} from "./types";
|
||||||
import {
|
import {
|
||||||
|
|
2
utils.ts
2
utils.ts
|
@ -1,4 +1,4 @@
|
||||||
import { Canvas, createCanvas, loadImage, GlobalFonts, SKRSContext2D } from "@napi-rs/canvas";
|
import { Canvas, createCanvas, loadImage, SKRSContext2D } from "@napi-rs/canvas";
|
||||||
import {
|
import {
|
||||||
GenerateBattlerOptions,
|
GenerateBattlerOptions,
|
||||||
Colour,
|
Colour,
|
||||||
|
|
Loading…
Reference in a new issue