From 5f6ef99eae91f53239f08143cead1249893fef81 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 6 May 2024 22:28:48 +0200 Subject: Initial commit --- lib/config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/config.js (limited to 'lib/config.js') diff --git a/lib/config.js b/lib/config.js new file mode 100644 index 0000000..bb8e11e --- /dev/null +++ b/lib/config.js @@ -0,0 +1,3 @@ +export const canvasId = 'lissajous'; + +export const fps = 30; -- cgit