From 177d76bf4f3fd7bceffbfb5f0e9bb3383f915731 Mon Sep 17 00:00:00 2001 From: Mattk70 Date: Sun, 6 Oct 2024 18:39:59 +0100 Subject: [PATCH] added require to make the guano.js work standalone --- js/guano.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/guano.js b/js/guano.js index 99f26420..e7240ece 100644 --- a/js/guano.js +++ b/js/guano.js @@ -1,6 +1,6 @@ ////////// GUANO Support ///////////// - +const fs = require('node:fs'); /** * Extract GUANO metadata from a WAV file, without reading the entire file into memory.