{"id":15138035,"url":"https://github.com/sean-perkins/nativescript-confettiview","last_synced_at":"2025-09-05T04:33:08.451Z","repository":{"id":57308453,"uuid":"66516951","full_name":"sean-perkins/nativescript-confettiview","owner":"sean-perkins","description":"NativeScript Confetti View.","archived":false,"fork":false,"pushed_at":"2018-07-27T11:55:55.000Z","size":2247,"stargazers_count":7,"open_issues_count":2,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-25T08:06:08.137Z","etag":null,"topics":["confetti","confetti-view","nativescript","nativescript-plugin"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sean-perkins.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":"2016-08-25T02:27:42.000Z","updated_at":"2024-05-30T16:23:56.000Z","dependencies_parsed_at":"2022-09-09T23:20:17.685Z","dependency_job_id":null,"html_url":"https://github.com/sean-perkins/nativescript-confettiview","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-perkins%2Fnativescript-confettiview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-perkins%2Fnativescript-confettiview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-perkins%2Fnativescript-confettiview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-perkins%2Fnativescript-confettiview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sean-perkins","download_url":"https://codeload.github.com/sean-perkins/nativescript-confettiview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232024700,"owners_count":18461966,"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","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":["confetti","confetti-view","nativescript","nativescript-plugin"],"created_at":"2024-09-26T07:04:27.580Z","updated_at":"2024-12-31T19:50:55.328Z","avatar_url":"https://github.com/sean-perkins.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NativeScript ConfettiView Plugin\n[![npm](https://img.shields.io/npm/v/nativescript-confettiview.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/nativescript-confettiview)\n[![npm](https://img.shields.io/npm/dt/nativescript-confettiview.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/nativescript-confettiview)\n\nA NativeScript plugin to create an animated confetti view on iOS and Android.\n\n## Getting Started\n* `npm install nativescript-confettiview`\n* Import the `ConfettiView` into your page and start confetti!\n\n```\nimport {Observable} from 'data/observable';\nimport {ConfettiView} from 'nativescript-confettiview';\n\nexport class HelloWorldModel extends Observable {\n\n  private confettiView: any;\n\n  constructor() {\n    super();\n    this.confettiView = new ConfettiView();\n    this.confettiView.startConfetti();\n  }\n\n  public stopConfetti() {\n    this.confettiView.stopConfetti();\n  }\n\n  public startConfetti() {\n    this.confettiView.startConfetti();\n  }\n\n}\n```\n\n_Note_: On first run, you may see a console log regarding an incorrect local file path. Let the install finish and you will notice the `package.json` will reflect your local file path to the plugin.\n\n\n### Available Functions\n|Call Signature|Default|\n|---|---|\n|intensity(number)|0.5|\n|colors(array)|UIColor[]|\n|startConfetti()| |\n|stopConfetti()| |\n\n\n## Example\n![Image](http://g.recordit.co/jT65B4NaqO.gif)\n\n\n\n## Credits\n* https://github.com/sudeepag/SAConfettiView for the original Pod\n* https://github.com/NathanWalker/SAConfettiView Nathan Walker for the upgrades to the Pod and this plugin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsean-perkins%2Fnativescript-confettiview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsean-perkins%2Fnativescript-confettiview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsean-perkins%2Fnativescript-confettiview/lists"}