{"id":28900065,"url":"https://github.com/brunnolou/glowing","last_synced_at":"2026-04-21T16:36:01.691Z","repository":{"id":289750558,"uuid":"908036823","full_name":"brunnolou/glowing","owner":"brunnolou","description":"Beautiful AI like Glowing Border Effects 💫 around HTML elements.","archived":false,"fork":false,"pushed_at":"2025-04-24T20:42:03.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T09:09:34.715Z","etag":null,"topics":["ai","apple","border","css","effect","effects","glowing","library","ring","siri","typescript"],"latest_commit_sha":null,"homepage":"https://ai-glowing.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brunnolou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-12-25T00:09:33.000Z","updated_at":"2025-04-28T03:38:48.000Z","dependencies_parsed_at":"2025-04-24T21:52:51.945Z","dependency_job_id":null,"html_url":"https://github.com/brunnolou/glowing","commit_stats":null,"previous_names":["brunnolou/glowing"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/brunnolou/glowing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunnolou%2Fglowing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunnolou%2Fglowing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunnolou%2Fglowing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunnolou%2Fglowing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brunnolou","download_url":"https://codeload.github.com/brunnolou/glowing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunnolou%2Fglowing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32100481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ai","apple","border","css","effect","effects","glowing","library","ring","siri","typescript"],"created_at":"2025-06-21T09:09:21.828Z","updated_at":"2026-04-21T16:36:01.683Z","avatar_url":"https://github.com/brunnolou.png","language":"TypeScript","readme":"# AI Glowing effects 💫\n\nA modern TypeScript library for creating beautiful glowing border effects around HTML elements.\n\n## Installation\n\n```bash\nnpm add glowing\nyarn add glowing\npnpm add glowing\n```\n\n## Usage\n\n```ts\nimport 'glowing/dist/index.css';\nimport { Glowing } from 'glowing'\n\n// Create a glowing effect around an element\nconst element = document.querySelector('.my-element')\n\nconst glow = new Glowing(element, options)\n\n// Control methods\nglow.show() // Show the glow effect\nglow.hide() // Hide the glow effect\nglow.toggle() // Toggle visibility\nglow.remove() // Remove the glow effect completely\n```\n\n```ts\n// Set options\nglow.setOptions({\n  // Animation duration in ms\n  rotationDuration: 2000,\n  // Glow width in pixels\n  width: 4,\n  // Blend mode for the glow effect\n  blendMode: 'color-dodge',\n  // Custom gradient colors\n  colors: ['cyan', 'purple', 'tomato'],\n  // Additional gradient colors\n  colors2: ['white', 'transparent', 'transparent', 'white', 'transparent', 'transparent', 'white'],\n  // Blur intensity of the glow\n  glowingBlurRatio: 1.5,\n  // Optional timeout to auto-hide the glow (in ms)\n  timeout: 3000,\n  // Optional border radius override\n  borderRadius: 8,\n})\n```\n\n## Development\n\n- `npm run dev` - Start development server with hot reload\n- `npm run build` - Build the package for production\n- `npm test` - Run tests\n- `npm run format` - Format all files using Prettier\n- `npm run format:check` - Check if files are properly formatted\n\n## TypeScript Support\n\nThis package includes TypeScript type definitions. No additional @types packages are needed.\n\n## Browser Support\n\nThe package is built for modern browsers and includes:\n\n- ES Modules build\n- CommonJS build\n- TypeScript declarations\n- Source maps\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunnolou%2Fglowing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunnolou%2Fglowing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunnolou%2Fglowing/lists"}