From a5503de5b119e8d94949c6a966b42925a4e5441f Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Wed, 20 Oct 2021 17:54:24 -0600 Subject: [PATCH] Did what I could to make the playground page function better --- package-lock.json | 5 +- playground/index.html | 149 ++++++++++++++++++++++++------------------ 2 files changed, 88 insertions(+), 66 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d507802..058c917b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,12 +31,14 @@ } }, "../renderer": { - "version": "0.2.0", + "name": "@abstractplay/renderer", + "version": "0.2.1", "dev": true, "license": "MIT", "dependencies": { "@svgdotjs/svg.js": "^3.1.1", "ajv": "^8.6.3", + "transformation-matrix": "^2.9.0", "uuid": "^8.3.2" }, "devDependencies": { @@ -3274,6 +3276,7 @@ "mocha": "^9.1.2", "moment": "^2.29.1", "svgdom": "^0.1.8", + "transformation-matrix": "^2.9.0", "ts-loader": "^9.2.6", "ts-node": "^10.2.1", "tslint": "^5.20.1", diff --git a/playground/index.html b/playground/index.html index 219e8029..6987a7a7 100644 --- a/playground/index.html +++ b/playground/index.html @@ -6,10 +6,12 @@ + AP Game Tester +