{"id":28325390,"url":"https://github.com/said-m/svgmoji","last_synced_at":"2026-04-30T16:32:52.777Z","repository":{"id":143788696,"uuid":"336113220","full_name":"said-m/svgmoji","owner":"said-m","description":"Chrome extension. Yet another emoji-project.","archived":false,"fork":false,"pushed_at":"2025-03-27T06:33:00.000Z","size":1405,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-30T16:32:51.436Z","etag":null,"topics":["chrome","emoji","emojione","extension","joypixels","noto-emoji","openmoji","svelte","twemoji"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/svgmoji/fkfpnaflphlcmdjbafoniiaidjcccngh","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/said-m.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}},"created_at":"2021-02-04T23:47:21.000Z","updated_at":"2025-03-27T06:32:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a39b459-b70a-498b-bcbb-0dec727f9e52","html_url":"https://github.com/said-m/svgmoji","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/said-m/svgmoji","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/said-m%2Fsvgmoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/said-m%2Fsvgmoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/said-m%2Fsvgmoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/said-m%2Fsvgmoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/said-m","download_url":"https://codeload.github.com/said-m/svgmoji/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/said-m%2Fsvgmoji/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32470879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["chrome","emoji","emojione","extension","joypixels","noto-emoji","openmoji","svelte","twemoji"],"created_at":"2025-05-25T20:14:21.568Z","updated_at":"2026-04-30T16:32:52.762Z","avatar_url":"https://github.com/said-m.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SVGmoji\n\n\u003e Browser extension for quick access to emoji images from popular libraries\n\n## Installation\n\n[Add to Chrome](https://chromewebstore.google.com/detail/fkfpnaflphlcmdjbafoniiaidjcccngh)\n\n## Features\n\n- 🎯 Quick access to emoji images through context menu\n- 🖼️ Support for multiple emoji libraries:\n  - **Twemoji** (Twitter Emoji)\n  - **Noto Color Emoji** (Google)\n  - **Openmoji**\n  - **Emojione** (Legacy)\n  - **JoyPixels** (PNG format)\n- 📋 Copy as image or direct link\n- 📜 Copy history\n- 🎛️ Flexible settings\n\n## How It Works\n\n1. Select any text containing emoji on a webpage\n2. Right-click to open the context menu\n3. Click \"Copy emoji image\" to get the image or link\n\n## Settings\n\n- **Source Priority**: Choose your preferred emoji library order\n- **Context Menu Mode**: Show/hide source selection in context menu\n- **Copy Mode**: Toggle between copying image or direct link\n- **History**: View and manage your emoji copy history\n\n## Use Cases\n\n- 📃 **Content Creators**: Embed always up-to-date emoji images in **Notion**, **Confluence**, or **Obsidian** pages by using direct links. Keep your documentation and notes visually appealing and synchronized with the latest emoji designs.\n- 🖌️ **Designers**: Quickly copy emoji as images for use in **Figma**, **Adobe Photoshop**, or **Canva**. Enhance your designs with high-quality emoji without manual downloads.\n- 🌐 **Social Media Managers**: Easily grab emoji images or links to use in social media posts, marketing materials, or community content. Ensure consistent branding across platforms.\n- 🧑‍💻 **Developers**: Use emoji image links in your **GitHub** READMEs, project documentation, or website content. Add visual flair to your projects with minimal effort.\n\n---\n\n## For Developers\n\n### Project Setup\n\n```bash\n# Install dependencies\nbun install\n\n# Start development server\nbun run dev\n\n# Build for publication\nbun run zip\n```\n\n### Development Environment\n\n- WSL (Windows Subsystem for Linux)\n- Bun\n- WXT (Web Extension Tools)\n- Vue 3\n- TypeScript\n\n### Project Structure\n\n```\nsvgmoji/\n├── src/\n│   ├── entrypoints/\n│   │   ├── popup/\n│   │   ├── background.ts\n│   │   └── content.ts\n│   ├── utils/\n│   └── components/\n└── wxt.config.ts\n```\n\nFor more details, check out the [WXT documentation](https://wxt.dev).\n\n### API Reference\n\nSource configuration example:\n\n```typescript\n{\n  title: 'Twemoji',\n  path: 'https://raw.githubusercontent.com/twitter/twemoji/master/assets/svg',\n  joiner: '-',\n  prefix: '',\n  postfix: '.svg',\n  // Optional transform function\n  transform: ({ code }) =\u003e code.toUpperCase()\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaid-m%2Fsvgmoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaid-m%2Fsvgmoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaid-m%2Fsvgmoji/lists"}