{"id":49180595,"url":"https://github.com/flowscape-ui/gradiente","last_synced_at":"2026-05-13T21:02:00.324Z","repository":{"id":353182592,"uuid":"1214488064","full_name":"Flowscape-UI/gradiente","owner":"Flowscape-UI","description":"Lightweight gradient API that treats gradients as structured data instead of strings","archived":false,"fork":false,"pushed_at":"2026-05-13T19:48:46.000Z","size":5975,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-13T20:31:39.647Z","etag":null,"topics":["color","flowscape","flowscape-ui","gradient","gradiente","gradients"],"latest_commit_sha":null,"homepage":"https://flowscape-ui.github.io/gradiente/","language":"TypeScript","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/Flowscape-UI.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-18T16:39:48.000Z","updated_at":"2026-05-13T20:15:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Flowscape-UI/gradiente","commit_stats":null,"previous_names":["flowscape-ui/gradiente"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Flowscape-UI/gradiente","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowscape-UI%2Fgradiente","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowscape-UI%2Fgradiente/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowscape-UI%2Fgradiente/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowscape-UI%2Fgradiente/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flowscape-UI","download_url":"https://codeload.github.com/Flowscape-UI/gradiente/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowscape-UI%2Fgradiente/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32999522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: 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":["color","flowscape","flowscape-ui","gradient","gradiente","gradients"],"created_at":"2026-04-23T01:03:16.935Z","updated_at":"2026-05-13T21:02:00.318Z","avatar_url":"https://github.com/Flowscape-UI.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Flowscape-UI/gradiente/fff32510afe7e3e1b7b2f73dbf7246843a06d859/assets/logo.svg\" alt=\"gradiente logo\" /\u003e\n\n  \u003ch1\u003egradiente\u003c/h1\u003e\n\n  \u003cp\u003eMinimalist \u0026 lightweight engine for sophisticated web gradients\u003c/p\u003e\n\n  \u003cimg src=\"https://raw.githubusercontent.com/Flowscape-UI/gradiente/d8429051f700698f664d8d2392cfa58a604f8e83/assets/flowscape-badge.svg\" alt=\"npm version\" /\u003e\n  \u003cbr /\u003e\n\n  \u003ca href=\"https://www.npmjs.com/package/gradiente\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/gradiente.svg?style=flat-square\u0026labelColor=d84f4c\u0026color=black\" alt=\"npm version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://bundlephobia.com/result?p=gradiente\"\u003e\n    \u003cimg src=\"https://img.shields.io/bundlephobia/minzip/gradiente?style=flat-square\u0026labelColor=d84f4c\u0026color=black\" alt=\"bundle size\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/Flowscape-UI/gradiente/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/Flowscape-UI/gradiente?style=flat-square\u0026labelColor=d84f4c\u0026color=black\" alt=\"license\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\n## Getting Started\ngradiente is a **data layer for gradients**.\n\nIt turns gradient strings into structured, predictable objects that can be validated, transformed, and reused across different systems.\n\nInstead of treating gradients as strings:\n```css\nlinear-gradient(red, blue)\n```\nYou work with **structured data**.\n\n## Documentation\nThe full documentation is published on [gradiente docs](https://flowscape-ui.github.io/gradiente/). Some quick entry points:\n\n- [Getting started](https://flowscape-ui.github.io/gradiente/getting-started.html)\n- [API References](https://flowscape-ui.github.io/gradiente/core-api/working-with-gradients.html)\n- [Custom Gradients](https://flowscape-ui.github.io/gradiente/core-api/custom-gradients.html)\n\n## Why\nGradients are more than just visual output.\n\nThey are:\n- user input\n- editable state\n- serializable data\n- cross-platform definitions\n\ngradiente gives you full control over that layer.\n\n## Features\n- Parse gradient strings → structured data\n- Normalize and validate inputs\n- Serialize back to CSS\n- Transform gradients to different targets\n- Custom gradient types via Pattern DSL\n- Works with Canvas, WebGL, editors, and rendering engines\n\n## Part of Flowscape\ngradiente is part of the **Flowscape ecosystem**.\u003cbr /\u003e\nFlowscape is a developer-first 2D engine designed for building:\n- visual editors\n- design tools\n- builders\n- infinite canvas systems\n\ngradiente provides the **gradient system layer** - used inside Flowscape.\n\n## Community\n- GitHub Issues → bug reports / feature requests\n- Discussions (soon)\n\n## Contributing\nContributions of all kinds (feedback, ideas, bug fixes, documentation) are welcome.\n\nPlease open a GitHub issue/discussion before putting in any work that’s not straightforward.\n\nMore in [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowscape-ui%2Fgradiente","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowscape-ui%2Fgradiente","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowscape-ui%2Fgradiente/lists"}