{"id":18084512,"url":"https://github.com/endel/pixi-emote-selector","last_synced_at":"2025-07-13T22:07:52.002Z","repository":{"id":57325086,"uuid":"356384077","full_name":"endel/pixi-emote-selector","owner":"endel","description":"💬😜 Emote Selector for pixi.js","archived":false,"fork":false,"pushed_at":"2021-04-24T18:56:10.000Z","size":592,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-02T21:40:57.170Z","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/endel.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":"2021-04-09T19:55:46.000Z","updated_at":"2024-06-14T05:14:46.000Z","dependencies_parsed_at":"2022-09-18T03:31:31.130Z","dependency_job_id":null,"html_url":"https://github.com/endel/pixi-emote-selector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/endel/pixi-emote-selector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fpixi-emote-selector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fpixi-emote-selector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fpixi-emote-selector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fpixi-emote-selector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endel","download_url":"https://codeload.github.com/endel/pixi-emote-selector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fpixi-emote-selector/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265212768,"owners_count":23728595,"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":[],"created_at":"2024-10-31T15:07:02.725Z","updated_at":"2025-07-13T22:07:51.978Z","avatar_url":"https://github.com/endel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💬😜 pixi-emote-selector\n\nEmote Selector for [pixi.js](https://github.com/pixijs/pixi.js)\n\n\u003cimg src=\"screenshot.gif?raw=1\" /\u003e\n\n## Usage\n\n```typescript\nimport { EmoteSelector } from \"pixi-emote-selector\";\n\nconst emoteSelector = new EmoteSelector({\n  options: [\n    PIXI.Sprite.from('emote_exclamation'),\n    PIXI.Sprite.from('emote_laugh'),\n    PIXI.Sprite.from('emote_sleeps'),\n    PIXI.Sprite.from('emote_heart'),\n  ],\n  onItemSelected: (indexSelected) =\u003e {\n    console.log(\"Item selected:\", indexSelected);\n    statusText.text = `${itemSelected} selected.`;\n  },\n});\n\napp.stage.addChild(emoteSelector);\n```\n\nThe assets used on this demo are taken from [Kenney's Emotes Pack](https://kenney.nl/assets/emotes-pack).\n\n## License\n\nEndel Dreyer © MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendel%2Fpixi-emote-selector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendel%2Fpixi-emote-selector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendel%2Fpixi-emote-selector/lists"}