hippie-script/index.js
sthag 090514fc1b feat: Change structure to IIFE
For now use it as a standalone JavaScript plugin.
2025-11-02 14:45:17 +01:00

9 lines
142 B
JavaScript

const HIPPIE = (function () {
'use strict';
return {
hippie: {
brand: '|-| | |^ |^ | [- '
}
};
})();