{"id":21008150,"url":"https://github.com/caged/airstream","last_synced_at":"2026-04-16T06:01:27.449Z","repository":{"id":42942206,"uuid":"234451329","full_name":"caged/airstream","owner":"caged","description":"Color tools plugin for Figma","archived":false,"fork":false,"pushed_at":"2022-07-20T20:04:50.000Z","size":1845,"stargazers_count":4,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T00:28:19.833Z","etag":null,"topics":["color","color-picker","figma","figma-plugins"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caged.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-17T02:09:47.000Z","updated_at":"2025-08-06T15:56:52.000Z","dependencies_parsed_at":"2022-09-10T17:02:01.971Z","dependency_job_id":null,"html_url":"https://github.com/caged/airstream","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/caged/airstream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caged%2Fairstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caged%2Fairstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caged%2Fairstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caged%2Fairstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caged","download_url":"https://codeload.github.com/caged/airstream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caged%2Fairstream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31873606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","color-picker","figma","figma-plugins"],"created_at":"2024-11-19T09:11:40.499Z","updated_at":"2026-04-16T06:01:27.413Z","avatar_url":"https://github.com/caged.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](/splash.png)\n\n## Airstream\n\nColor tools for Figma.\n\n### Development\n\n```\ngit clone https://github.com/caged/airstream.git\nyarn\nyarn dev\n```\n\n#### Adding a new UI view\n\nPlugins with a user interface are built as **views** and and be found in `src/views`.\n\n**`views/MyViewPlugin.svelte`**\n\n```svelte\n\u003cscript\u003e\n  import { createEventDispatcher, onMount } from 'svelte'\n  const dispatch = createEventDispatcher()\n\n  onMount(() =\u003e {\n    dispatch('resize', { width: 300, height: 500 })\n  })\n\u003c/script\u003e\n\n\u003cdiv data-view=\"MyViewPlugin\"\u003ePlugin body here\u003c/div\u003e\n```\n\n**`views/index.js`**\n\n```\nexport { default as MyViewPlugin } from './MyViewPlugin'\n```\n\n**`manifest.json`**\n\n```json\n  \"menu\": [\n    { \"name\": \"Run my plugin\", \"command\": \"view:MyViewPlugin\" }\n  ]\n```\n\n### Adding a new command\n\nTBD: Plugins without UIs are **commands** and can be found in `src/commands`.\n\n### Testing\n\n```\nyarn test\n```\n\n### Credits\n\nSee [package.json](package.json) for a full list of plugins.\n\n- Built with https://github.com/rollup/rollup\n- Built on https://github.com/sveltejs/svelte\n- Chromatic color schemes are from https://github.com/d3/d3-scale-chromatic.\n- Figma standard UI components and icons are from https://github.com/thomas-lowry/figma-plugin-ds-svelte\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaged%2Fairstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaged%2Fairstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaged%2Fairstream/lists"}