chore: rename files
Signed-off-by: acalcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
e1c46d4ef6
commit
8ef047eb8f
3 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import { getFontsPbf, getTileUrls, fixTileJSONCenter } from './utils.js';
|
|||
import Os from 'os';
|
||||
const ostype = Os.platform() == 'win32' ? 'windows' : 'unix';
|
||||
const { sharp, createCanvas, Image } = await import(
|
||||
`./render_import_${ostype}.js`
|
||||
`./serve_rendered_${ostype}.js`
|
||||
);
|
||||
|
||||
const FLOAT_PATTERN = '[+-]?(?:\\d+|\\d+.?\\d+)';
|
||||
|
|
|
|||
Loading…
Reference in a new issue