export { Kage, Kage as default } from "./kage.js"; export { Polygons } from "./polygons.js"; export { Buhin } from "./buhin.js"; export { KShotai } from "./font/index.js"; export type { Font, Mincho, Gothic } from "./font/index.js"; export type { Polygon, Point } from "./polygon.js";