{"id":13654587,"url":"https://github.com/vechain/picasso","last_synced_at":"2025-09-05T11:51:29.439Z","repository":{"id":47855630,"uuid":"159627990","full_name":"vechain/picasso","owner":"vechain","description":" General purpose deterministic identity icon library in svg format, mostly for vechain thor addresses.","archived":false,"fork":false,"pushed_at":"2022-07-20T02:12:16.000Z","size":387,"stargazers_count":35,"open_issues_count":3,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-04T11:19:59.525Z","etag":null,"topics":["address","blocky","ident","identicon","picasso"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vechain.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}},"created_at":"2018-11-29T07:49:22.000Z","updated_at":"2025-03-05T12:56:39.000Z","dependencies_parsed_at":"2022-09-14T04:00:25.599Z","dependency_job_id":null,"html_url":"https://github.com/vechain/picasso","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vechain/picasso","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vechain%2Fpicasso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vechain%2Fpicasso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vechain%2Fpicasso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vechain%2Fpicasso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vechain","download_url":"https://codeload.github.com/vechain/picasso/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vechain%2Fpicasso/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269409216,"owners_count":24412139,"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-08-08T02:00:09.200Z","response_time":72,"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":["address","blocky","ident","identicon","picasso"],"created_at":"2024-08-02T03:00:37.579Z","updated_at":"2025-08-08T10:35:35.177Z","avatar_url":"https://github.com/vechain.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Picasso\n\n[![npm version](https://badge.fury.io/js/%40vechain%2Fpicasso.svg)](https://badge.fury.io/js/%40vechain%2Fpicasso)\n\nGeneral purpose deterministic identity icon library in svg format, mostly for vechain thor addresses.\n\n![sample](./sample.png)\n\n## Install\n\n## By CDN\n\nPicasso is available at [jsDelivr](https://www.jsdelivr.com/package/npm/@vechain/picasso), you can import it directly.\n\n``` html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/@vechain/picasso\"\u003e\u003c/script\u003e\n```\n\n## By NPM\n\n``` bash\n# NPM\nnpm install --save @vechain/picasso\n\n# Yarn\nyarn add @vechain/picasso\n```\n\n## Usage\n\n``` javascript\nimport { picasso } from '@vechain/picasso' // not required if imported from script tag\n\nconst div = document.createElement(\"div\")\nconst svg = picasso('0xf6e78a5584c06e2dec5c675d357f050a5402a730')\ndiv.style.background = `no-repeat url('data:image/svg+xml;utf8,${svg}')`\ndiv.style.height = '200px' \ndiv.style.width = '200px' \n\ndocument.body.appendChild(div);\n```\n\n\n## License\n\npicasso is licensed under the [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.html), also included in *LICENSE* file in repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvechain%2Fpicasso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvechain%2Fpicasso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvechain%2Fpicasso/lists"}