{"id":46109590,"url":"https://github.com/Grandgular/rive","last_synced_at":"2026-03-13T17:00:47.285Z","repository":{"id":338099751,"uuid":"1156559896","full_name":"Grandgular/rive","owner":"Grandgular","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-13T14:36:54.000Z","size":334,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-13T18:17:20.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Grandgular.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":"2026-02-12T19:38:11.000Z","updated_at":"2026-02-13T14:36:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Grandgular/rive","commit_stats":null,"previous_names":["grandgular/rive"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Grandgular/rive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grandgular%2Frive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grandgular%2Frive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grandgular%2Frive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grandgular%2Frive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Grandgular","download_url":"https://codeload.github.com/Grandgular/rive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grandgular%2Frive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30471114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"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":[],"created_at":"2026-03-01T22:00:55.627Z","updated_at":"2026-03-13T17:00:47.269Z","avatar_url":"https://github.com/Grandgular.png","language":"TypeScript","readme":"# @grandgular/rive-angular\n\n[![npm version](https://img.shields.io/npm/v/@grandgular/rive-angular.svg)](https://www.npmjs.com/package/@grandgular/rive-angular)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nModern Angular wrapper for [Rive](https://rive.app) animations with reactive state management, built with Angular signals and zoneless architecture.\n\n## Overview\n\nThis library provides a **modern, Angular-native** way to integrate Rive animations into your Angular applications:\n\n- 🚀 **Modern Angular**: Built with Angular 18+ signals, standalone components, and zoneless architecture\n- ⚡ **Performance-first**: Runs outside Angular zone, uses OnPush change detection, and IntersectionObserver\n- 🎯 **Type-safe**: Full TypeScript support with strict typing\n- 🔄 **Reactive**: Signal-based API for reactive state management\n- 🛠️ **Developer Experience**: Built-in debug mode, validation, and detailed error codes\n- 🔒 **Production-ready**: Comprehensive audit completed, all critical issues resolved (v0.2.0)\n- 🎨 **Data Binding**: Full ViewModel support for dynamic colors, numbers, strings, and two-way reactivity (v0.4.0)\n\n## Documentation\n\n- [Full Documentation](libs/rive-angular/README.md)\n- [Changelog](libs/rive-angular/CHANGELOG.md)\n- [Issues Analysis \u0026 Roadmap](libs/rive-angular/docs/ng-rive-issues-analysis.md)\n\n## Latest Release: v0.4.0 (2026-02-23)\n\n**Data Binding (ViewModel) Support** — Full integration with Rive's ViewModel system:\n\n- ✅ Declarative data binding via `dataBindings` input (controlled keys)\n- ✅ Imperative methods: `setDataBinding()`, `setColor()`, `setColorOpacity()`, `fireViewModelTrigger()`\n- ✅ Two-way reactivity via `dataBindingChange` output (including trigger events)\n- ✅ Auto-detect property types (color, number, string, boolean, enum, trigger)\n- ✅ Color manipulation with multiple formats (hex, ARGB, RiveColor object)\n- ✅ Validation errors via `RIVE_4xx` error codes\n- ✅ Feature parity with React's `@rive-app/react-webgl2` hooks\n\nSee [CHANGELOG.md](libs/rive-angular/CHANGELOG.md) for full details.\n\n## Installation\n\n```bash\nnpm install @grandgular/rive-angular @rive-app/canvas\n```\n\n## Quick Start\n\n```typescript\nimport { RiveCanvasComponent, Fit } from '@grandgular/rive-angular';\nimport { signal } from '@angular/core';\n\n@Component({\n  standalone: true,\n  imports: [RiveCanvasComponent],\n  template: `\n    \u003crive-canvas\n      src=\"assets/animation.riv\"\n      [stateMachines]=\"'StateMachine'\"\n      [textRuns]=\"{ title: 'Hello Angular!' }\"\n      [dataBindings]=\"{ backgroundColor: themeColor(), score: score() }\"\n      [fit]=\"Fit.Cover\"\n      [debugMode]=\"true\"\n    /\u003e\n  `\n})\nexport class AppComponent {\n  Fit = Fit;\n  themeColor = signal('#FF5733');\n  score = signal(0);\n}\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit issues or pull requests.\n\n## License\n\nMIT\n","funding_links":[],"categories":["Framework Interoperability"],"sub_categories":["Wrappers"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGrandgular%2Frive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGrandgular%2Frive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGrandgular%2Frive/lists"}