{"id":16127216,"url":"https://github.com/brunoimbrizi/tweakpane-plugin-chromatic","last_synced_at":"2025-03-18T13:32:28.468Z","repository":{"id":173724257,"uuid":"651178167","full_name":"brunoimbrizi/tweakpane-plugin-chromatic","owner":"brunoimbrizi","description":"Color palette viewer for Tweakpane","archived":false,"fork":false,"pushed_at":"2023-06-09T09:26:14.000Z","size":13,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T20:51:17.607Z","etag":null,"topics":["chromatic","palette","tweakpane","tweakpane-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/brunoimbrizi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2023-06-08T17:10:07.000Z","updated_at":"2025-03-03T20:58:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d6b2822-c2fd-405e-8cca-77d5a3219d32","html_url":"https://github.com/brunoimbrizi/tweakpane-plugin-chromatic","commit_stats":null,"previous_names":["brunoimbrizi/tweakpane-plugin-chromatic"],"tags_count":0,"template":false,"template_full_name":"tweakpane/plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunoimbrizi%2Ftweakpane-plugin-chromatic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunoimbrizi%2Ftweakpane-plugin-chromatic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunoimbrizi%2Ftweakpane-plugin-chromatic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunoimbrizi%2Ftweakpane-plugin-chromatic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brunoimbrizi","download_url":"https://codeload.github.com/brunoimbrizi/tweakpane-plugin-chromatic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244231673,"owners_count":20419978,"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":["chromatic","palette","tweakpane","tweakpane-plugin"],"created_at":"2024-10-09T21:43:19.885Z","updated_at":"2025-03-18T13:32:28.236Z","avatar_url":"https://github.com/brunoimbrizi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tweakpane plugin chromatic\nColor palette viewer for [Tweakpane][tweakpane].\n\n![tweakpane-plugin-chromatic](https://github.com/brunoimbrizi/tweakpane-plugin-chromatic/assets/880280/d5ecf5bc-bb27-4dd2-b223-c620d744df0a)\n\n\n## Demo\n\n[Plugin demo on StackBlitz](https://stackblitz.com/edit/js-rkko7x)\n\n\n\n## Installation\n\n\n### Browser\n```html\n\u003cscript src=\"tweakpane.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"tweakpane-plugin-chromatic.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  const pane = new Tweakpane.Pane();\n  pane.registerPlugin(TweakpaneChromaticPlugin);\n\u003c/script\u003e\n```\n\n\n### Package\n```js\n\nimport {Pane} from 'tweakpane';\nimport * as ChromaticPlugin from 'tweakpane-plugin-chromatic';\n\nconst pane = new Pane();\npane.registerPlugin(ChromaticPlugin);\n```\n\n\n## Usage\n```js\npane.addBlade({\n  view: 'chromatic',\n  label: 'palette',\n  colors: ['red', 'blue', 'green']\n});\n```\n\n\n[tweakpane]: https://github.com/cocopon/tweakpane/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunoimbrizi%2Ftweakpane-plugin-chromatic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunoimbrizi%2Ftweakpane-plugin-chromatic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunoimbrizi%2Ftweakpane-plugin-chromatic/lists"}