mirror of
https://github.com/bspeice/speice.io
synced 2024-12-22 00:28:10 -05:00
Clean up errors for URL import
This commit is contained in:
parent
b74cf41713
commit
8edad84796
@ -11,17 +11,29 @@ import { paramsColor } from "./4-color.js";
|
|||||||
import { paramsGasketFlame } from "./5a-gasket.js";
|
import { paramsGasketFlame } from "./5a-gasket.js";
|
||||||
import { paramsSolo1, paramsSolo2, paramsSolo3 } from "./5b-solo.js";
|
import { paramsSolo1, paramsSolo2, paramsSolo3 } from "./5b-solo.js";
|
||||||
|
|
||||||
|
// @ts-expect-error: Vite URL import
|
||||||
import urlGasket from "./images/1-gasket.png";
|
import urlGasket from "./images/1-gasket.png";
|
||||||
|
// @ts-expect-error: Vite URL import
|
||||||
import urlBaseline from "./images/2a-baseline.png";
|
import urlBaseline from "./images/2a-baseline.png";
|
||||||
|
// @ts-expect-error: Vite URL import
|
||||||
import urlPost from "./images/2b-post.png";
|
import urlPost from "./images/2b-post.png";
|
||||||
|
// @ts-expect-error: Vite URL import
|
||||||
import urlFinal from "./images/2c-final.png";
|
import urlFinal from "./images/2c-final.png";
|
||||||
|
// @ts-expect-error: Vite URL import
|
||||||
import urlBinary from "./images/3a-binary.png";
|
import urlBinary from "./images/3a-binary.png";
|
||||||
|
// @ts-expect-error: Vite URL import
|
||||||
import urlLinear from "./images/3b-linear.png";
|
import urlLinear from "./images/3b-linear.png";
|
||||||
|
// @ts-expect-error: Vite URL import
|
||||||
import urlLogarithmic from "./images/3c-logarithmic.png";
|
import urlLogarithmic from "./images/3c-logarithmic.png";
|
||||||
|
// @ts-expect-error: Vite URL import
|
||||||
import urlColor from "./images/4-color.png";
|
import urlColor from "./images/4-color.png";
|
||||||
|
// @ts-expect-error: Vite URL import
|
||||||
import urlGasketFlame from "./images/5a-gasket.png";
|
import urlGasketFlame from "./images/5a-gasket.png";
|
||||||
|
// @ts-expect-error: Vite URL import
|
||||||
import urlSolo1 from "./images/5b-solo1.png";
|
import urlSolo1 from "./images/5b-solo1.png";
|
||||||
|
// @ts-expect-error: Vite URL import
|
||||||
import urlSolo2 from "./images/5b-solo2.png";
|
import urlSolo2 from "./images/5b-solo2.png";
|
||||||
|
// @ts-expect-error: Vite URL import
|
||||||
import urlSolo3 from "./images/5b-solo3.png";
|
import urlSolo3 from "./images/5b-solo3.png";
|
||||||
|
|
||||||
export const DEFAULT_STEP: number = 0.1;
|
export const DEFAULT_STEP: number = 0.1;
|
||||||
|
Loading…
Reference in New Issue
Block a user