{"id":26704022,"url":"https://github.com/klashdevelopment/gloe","last_synced_at":"2025-03-27T04:30:12.966Z","repository":{"id":274560144,"uuid":"923313039","full_name":"klashdevelopment/gloe","owner":"klashdevelopment","description":"Gloe is a library for creating window style debugging tools on the fly.","archived":false,"fork":false,"pushed_at":"2025-02-14T22:39:07.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-14T23:26:20.571Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klashdevelopment.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-28T02:12:20.000Z","updated_at":"2025-02-14T22:39:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0da0686-e555-45d2-8ec0-f787aea7d4c3","html_url":"https://github.com/klashdevelopment/gloe","commit_stats":null,"previous_names":["klashdevelopment/gloe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klashdevelopment%2Fgloe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klashdevelopment%2Fgloe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klashdevelopment%2Fgloe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klashdevelopment%2Fgloe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klashdevelopment","download_url":"https://codeload.github.com/klashdevelopment/gloe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245784468,"owners_count":20671555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-27T04:30:12.320Z","updated_at":"2025-03-27T04:30:12.945Z","avatar_url":"https://github.com/klashdevelopment.png","language":"JavaScript","readme":"# GloeLIB\nGloe is a library for creating window style debugging tools on the fly.\n\n### Usage\n1. Pick Gloe CDN link (or self host, it doesnt matter) - You can replace gloe.js with gloe.min.js if needed (HEAVILY in beta. Classnames minified)\n```py\n# Pick from one of these:\nhttps://rawcdn.githack.com/klashdevelopment/gloe/main/gloe.js\nhttps://raw.githack.com/klashdevelopment/gloe/refs/heads/main/gloe.js\nhttps://raw.githubusercontent.com/klashdevelopment/gloe/refs/heads/main/gloe.js\n```\n2. Fetch gloe to register\n```js\nfetch('https://raw.githubusercontent.com/klashdevelopment/gloe/refs/heads/main/gloe.js')\n    .then(gloeScript =\u003e gloeScript.text())\n    .then(gloeScript =\u003e eval(gloeScript))\n    .then(_ =\u003e {\n        // do step 3 here!!\n    });\n```\n3. Make your windows\n```js\nwindow.gloe.create({ ... });\n```\nAll parameters are optional, see below for more information:\n\n| Name | Type | Example |\n| --- | --- | --- |\n| `title` | String | \"Awesome Title\" |\n| `id` | HTML ID compiliant String | \"awesome-title\" |\n| `content` | String or HTMLElement | \"\u003cb\u003eHello, World!\u003c/b\u003e\" |\n| `onCreated` | Function\u003cHTMLDivElement\u003e | (window)=\u003e{ ... } |\n\nUse **onCreated** to add event listeners to inputs/buttons. Takes in the generated gloe-window\n\n\n### Manual minification\n```\nMinify and make this as small as physically possible, removing all unused funcs and minifying variable names (however keep the syntax window.gloe.create({title: \"\", content: \"\", id: \"\", onCreated: ()=\u003e{}})\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklashdevelopment%2Fgloe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklashdevelopment%2Fgloe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklashdevelopment%2Fgloe/lists"}