From e44f83fb9c13e4fab8aee07603632d533d12b4d8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 3 Jan 2023 15:51:49 +0900 Subject: update AiScript to 0.12.0 --- packages/frontend/src/scripts/hpml/lib.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'packages/frontend/src/scripts/hpml/lib.ts') 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 -- cgit v1.2.3-freya