Adding a "testFix" URL variable to help test potential fixes to open bugs in production.

This commit is contained in:
Rezmason
2022-10-01 10:12:56 -07:00
parent e9b9df97d8
commit 87bd6c1681
2 changed files with 16 additions and 6 deletions

View File

@@ -403,6 +403,7 @@ const parsePalette = (isHSL) => (s) => {
};
const paramMapping = {
testFix: { key: "testFix", parser: (s) => s },
version: { key: "version", parser: (s) => s },
font: { key: "font", parser: (s) => s },
effect: { key: "effect", parser: (s) => s },