mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 05:03:50 +00:00
add prettier import plugin
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { decodePNGFromStream, Bitmap } from "pureimage";
|
||||
import { Bitmap, decodePNGFromStream } from "pureimage";
|
||||
//import path from "path";
|
||||
//import fs from "fs/promises";
|
||||
//import { createReadStream } from "fs";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import fs from "fs/promises";
|
||||
import path from "path";
|
||||
import sharp from "sharp";
|
||||
import { generateMap } from "./TerrainMapGenerator.js";
|
||||
import path from "path";
|
||||
import fs from "fs/promises";
|
||||
|
||||
const maps = [
|
||||
"Africa",
|
||||
|
||||
Reference in New Issue
Block a user