{"id":21168019,"url":"https://github.com/rokf/janet-lucide","last_synced_at":"2026-03-19T19:07:36.315Z","repository":{"id":260530218,"uuid":"881353454","full_name":"rokf/janet-lucide","owner":"rokf","description":"Lucide SVG icons as Janet data structures","archived":false,"fork":false,"pushed_at":"2025-11-24T19:17:53.000Z","size":484,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-28T07:23:35.955Z","etag":null,"topics":["janet","janet-lang","lucide","lucide-icons","svg","svg-icons"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/rokf.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-31T12:06:14.000Z","updated_at":"2025-11-24T19:17:56.000Z","dependencies_parsed_at":"2024-10-31T21:21:28.888Z","dependency_job_id":"5d83e281-a12c-48bf-aebf-8dade03bc1d8","html_url":"https://github.com/rokf/janet-lucide","commit_stats":null,"previous_names":["rokf/janet-lucide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rokf/janet-lucide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rokf%2Fjanet-lucide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rokf%2Fjanet-lucide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rokf%2Fjanet-lucide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rokf%2Fjanet-lucide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rokf","download_url":"https://codeload.github.com/rokf/janet-lucide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rokf%2Fjanet-lucide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29444751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T12:43:28.304Z","status":"ssl_error","status_checked_at":"2026-02-14T12:43:14.160Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["janet","janet-lang","lucide","lucide-icons","svg","svg-icons"],"created_at":"2024-11-20T15:04:51.218Z","updated_at":"2026-02-14T13:32:34.537Z","avatar_url":"https://github.com/rokf.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# janet-lucide\n\nThis library contains Lucide icons in form of Janet standard data structures. These are meant to be used together with something like [spork/htmlgen](https://janet-lang.org/spork/api/htmlgen.html).\n\n## Installation\n\nThe lucide module that's exposed by this library can be installed with:\n```sh\njpm install https://github.com/rokf/janet-lucide\n```\n\nAlternatively you can put it into your project's depencency tuple:\n\n```janet\n{ :url \"https://github.com/rokf/janet-lucide\" :tag \"main\" }\n```\n\n## API\n\nEach icon has its own function, which optionally accepts a size in pixels (integer). The default value for the size is `24` and it is used for both the width and height attribute of the `svg` (main) element.\n\n**Example:**\n\n```janet\n(import lucide)\n(lucide/a-arrow-down)\n(lucide/alarm-clock-plus 32)\n```\n\nSee the HTML page in the [preview](./preview) folder for a list of available icons. There should also be a script that generates that page.\n\n## Icon updates\n\nTo regenerate the `lucide` module first update the submodule with the official `lucide` Git repository. One way to do this is to go into the `lucide` folder and run `git pull`. This will pull down the latest commits for the current branch, which should be `main`.\n\nThen run `janet src/generate.janet` from the root of the repository. This should update the `src/lucide.jimage` file.\n\n## Preview\n\nTo regenerate the preview page simply run `janet preview/preview.janet` from the root of the repository. This will update the `preview/preview.html` file.\n\n## License\n\nThe `lucide` folder is a submodule with the official [lucide](https://github.com/lucide-icons/lucide) Git repository. See their license for that part. It was using ISC the last time I checked.\n\nThe rest is MIT - see the `LICENSE` file at the root of the repository for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frokf%2Fjanet-lucide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frokf%2Fjanet-lucide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frokf%2Fjanet-lucide/lists"}