From d87bb9bc0991d7ce4eeb895da61c63a204edaa4d Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 30 Apr 2022 13:24:26 +1000 Subject: Add scripts for downloading/reviewing/cropping_and_resizing images Also adjust client code to handle new format, and add backend/data/README.md explaining image production process. --- src/layout.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/layout.ts') diff --git a/src/layout.ts b/src/layout.ts index fd65b87..e023619 100644 --- a/src/layout.ts +++ b/src/layout.ts @@ -6,7 +6,6 @@ * find a tile-based layout, filling in node fields to represent placement. */ -import {TolNode} from './tol'; import type {TolMap} from './tol'; import {range, arraySum, linspace, limitVals, updateAscSeq} from './util'; -- cgit v1.2.3