{"id":16719530,"url":"https://github.com/koss-lebedev/html_to_image","last_synced_at":"2025-10-01T06:30:46.003Z","repository":{"id":54706662,"uuid":"84834999","full_name":"koss-lebedev/html_to_image","owner":"koss-lebedev","description":"Elixir wrapper around wkhtmltoimage tool for converting HTML into images","archived":false,"fork":false,"pushed_at":"2023-06-25T08:18:02.000Z","size":10,"stargazers_count":9,"open_issues_count":2,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T15:20:59.591Z","etag":null,"topics":["converter","image-processing","tool"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/koss-lebedev.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}},"created_at":"2017-03-13T14:18:59.000Z","updated_at":"2023-09-05T12:59:29.000Z","dependencies_parsed_at":"2024-10-28T16:33:40.029Z","dependency_job_id":"8df2977a-7828-41bf-9c97-01be6f832e3a","html_url":"https://github.com/koss-lebedev/html_to_image","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/koss-lebedev/html_to_image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koss-lebedev%2Fhtml_to_image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koss-lebedev%2Fhtml_to_image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koss-lebedev%2Fhtml_to_image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koss-lebedev%2Fhtml_to_image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koss-lebedev","download_url":"https://codeload.github.com/koss-lebedev/html_to_image/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koss-lebedev%2Fhtml_to_image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277170743,"owners_count":25773061,"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","status":"online","status_checked_at":"2025-09-26T02:00:09.010Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["converter","image-processing","tool"],"created_at":"2024-10-12T21:43:35.248Z","updated_at":"2025-10-01T06:30:45.700Z","avatar_url":"https://github.com/koss-lebedev.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HtmlToImage\n\n[![Hex.pm version](https://img.shields.io/hexpm/v/html_to_image.svg)](https://hex.pm/packages/html_to_image)\n[![Hex.pm downloads](https://img.shields.io/hexpm/dt/html_to_image.svg)](https://hex.pm/packages/html_to_image)\n\nElixir wrapper around `wkhtmltoimage` tool for converting HTML into images\n\n## Installation\n\n  1. Add `html_to_image` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:html_to_image, \"~\u003e 0.1.0\"}]\nend\n```\n\n  2. Ensure `html_to_image` is started before your application:\n\n```elixir\ndef application do\n  [applications: [:html_to_image]]\nend\n```\n\n## Usage\n\n```elixir\ntemplate = \"\u003chtml\u003e\u003cp\u003eHello, \u003cb\u003eHtmlToImage\u003c/b\u003e!\u003c/p\u003e\u003c/html\u003e\"\n{ :ok, data } = HtmlToImage.convert(template)\n```\n\nComplete API reference is available at [hexdocs](https://hexdocs.pm/html_to_image/api-reference.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoss-lebedev%2Fhtml_to_image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoss-lebedev%2Fhtml_to_image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoss-lebedev%2Fhtml_to_image/lists"}