{"id":19566293,"url":"https://github.com/juliendargelos/tweakpane-plugin-import-export","last_synced_at":"2025-05-07T01:49:21.516Z","repository":{"id":220344179,"uuid":"751434800","full_name":"juliendargelos/tweakpane-plugin-import-export","owner":"juliendargelos","description":"Plugin that provides a user interface to import / export values within Tweakpane.","archived":false,"fork":false,"pushed_at":"2024-05-21T12:37:02.000Z","size":106,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T06:04:27.583Z","etag":null,"topics":["tweakpane","tweakpane-plugin"],"latest_commit_sha":null,"homepage":"","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/juliendargelos.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}},"created_at":"2024-02-01T15:55:07.000Z","updated_at":"2025-02-11T14:57:01.000Z","dependencies_parsed_at":"2024-05-21T13:55:48.481Z","dependency_job_id":null,"html_url":"https://github.com/juliendargelos/tweakpane-plugin-import-export","commit_stats":null,"previous_names":["juliendargelos/tweakpane-plugin-import-export"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendargelos%2Ftweakpane-plugin-import-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendargelos%2Ftweakpane-plugin-import-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendargelos%2Ftweakpane-plugin-import-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendargelos%2Ftweakpane-plugin-import-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliendargelos","download_url":"https://codeload.github.com/juliendargelos/tweakpane-plugin-import-export/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252798780,"owners_count":21805880,"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":["tweakpane","tweakpane-plugin"],"created_at":"2024-11-11T05:30:54.587Z","updated_at":"2025-05-07T01:49:21.465Z","avatar_url":"https://github.com/juliendargelos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tweakpane plugin Import / Export\n\n[![build](https://github.com/juliendargelos/tweakpane-plugin-import-export/actions/workflows/build.yml/badge.svg)](https://github.com/juliendargelos/tweakpane-plugin-import-export/actions/workflows/build.yml)\n[![release](https://github.com/juliendargelos/tweakpane-plugin-import-export/actions/workflows/release.yml/badge.svg)](https://github.com/juliendargelos/tweakpane-plugin-import-export/actions/workflows/release.yml)\n\nPlugin that provides a user interface to import / export values within [Tweakpane](https://github.com/cocopon/tweakpane).\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg\n    src=\"./assets/preview.png\"\n    alt=\"Tweakpane plugin Import/Export preview\"\n    width=\"262\"\n    height=\"86\"\n  /\u003e\n\u003c/p\u003e\n\n## Install\n\n```bash\npnpm add tweakpane-plugin-import-export\n```\n\n## Usage\n\n```ts\nimport { Pane } from 'tweakpane'\nimport * as ImportExportPlugin from 'tweakpane-plugin-import-export'\n\n// Or using a CDN:\n// import { Pane } from 'https://esm.sh/tweakpane'\n// import * as ImportExportPlugin from 'https://esm.sh/tweakpane-plugin-import-export'\n\nconst pane = new Pane()\npane.registerPlugin(ImportExportPlugin)\n\npane.addBlade({ view: 'import-export' })\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliendargelos%2Ftweakpane-plugin-import-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliendargelos%2Ftweakpane-plugin-import-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliendargelos%2Ftweakpane-plugin-import-export/lists"}