feat: Change structure to IIFE

For now use it as a standalone JavaScript plugin.
This commit is contained in:
sthag 2025-11-02 14:45:17 +01:00
parent 0c2bb7a7f7
commit 090514fc1b

View file

@ -1,5 +1,9 @@
module.exports = { const HIPPIE = (function () {
'use strict';
return {
hippie: { hippie: {
brand: "|-| | |^ |^ | [- " brand: '|-| | |^ |^ | [- '
} }
} };
})();