diff options
Diffstat (limited to 'packages/frontend/src/scripts/hpml/lib.ts')
| -rw-r--r-- | packages/frontend/src/scripts/hpml/lib.ts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/frontend/src/scripts/hpml/lib.ts b/packages/frontend/src/scripts/hpml/lib.ts index b684876a7f..02d663b31b 100644 --- a/packages/frontend/src/scripts/hpml/lib.ts +++ b/packages/frontend/src/scripts/hpml/lib.ts @@ -1,9 +1,8 @@ import tinycolor from 'tinycolor2'; +import seedrandom from 'seedrandom'; import { Hpml } from './evaluator'; -import { values, utils } from '@syuilo/aiscript'; -import { Fn, HpmlScope } from '.'; import { Expr } from './expr'; -import seedrandom from 'seedrandom'; +import { Fn, HpmlScope } from '.'; /* TODO: https://www.chartjs.org/docs/latest/configuration/canvas-background.html#color // https://stackoverflow.com/questions/38493564/chart-area-background-color-chartjs |