{"id":15414899,"url":"https://github.com/lxsmnsyc/solid-uppy","last_synced_at":"2025-04-19T12:47:22.971Z","repository":{"id":57365903,"uuid":"406734076","full_name":"lxsmnsyc/solid-uppy","owner":"lxsmnsyc","description":"SolidJS bindings for Uppy","archived":false,"fork":false,"pushed_at":"2025-02-10T02:23:07.000Z","size":392,"stargazers_count":23,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T08:01:59.282Z","etag":null,"topics":["solid-js","uppy"],"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/lxsmnsyc.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},"funding":{"github":"lxsmnsyc"}},"created_at":"2021-09-15T11:25:44.000Z","updated_at":"2025-02-10T02:23:10.000Z","dependencies_parsed_at":"2022-08-23T20:10:30.981Z","dependency_job_id":"46fc376d-9865-4c7b-9dbc-91172e8094dd","html_url":"https://github.com/lxsmnsyc/solid-uppy","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-uppy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-uppy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-uppy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-uppy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lxsmnsyc","download_url":"https://codeload.github.com/lxsmnsyc/solid-uppy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249698401,"owners_count":21312194,"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":["solid-js","uppy"],"created_at":"2024-10-01T17:05:13.272Z","updated_at":"2025-04-19T12:47:22.940Z","avatar_url":"https://github.com/lxsmnsyc.png","language":"TypeScript","funding_links":["https://github.com/sponsors/lxsmnsyc"],"categories":[],"sub_categories":[],"readme":"# solid-uppy\n\n\u003e SolidJS bindings for [Uppy](https://uppy.io/)\n\n[![NPM](https://img.shields.io/npm/v/solid-uppy.svg)](https://www.npmjs.com/package/solid-uppy) [![JavaScript Style Guide](https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb)](https://github.com/airbnb/javascript)[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square\u0026logo=codesandbox)](https://codesandbox.io/s/github/LXSMNSYC/solid-uppy/tree/main/examples/solid-uppy-demo)\n\n## Install\n\n```bash\nyarn add @uppy/core solid-uppy\n```\n\n## Usage\n\n```js\nimport Uppy from '@uppy/core';\nimport { createUppy, useUppyPlugin, useUppyEvent } from 'solid-uppy';\nimport Dashboard from '@uppy/dashboard';\nimport ImageEditor from '@uppy/image-editor';\n\nfunction Example(props) {\n  // Create an instance\n  const instance = createUppy(() =\u003e new Uppy());\n\n  // Use some plugins\n  useUppyPlugin(instance, 'Dashboard', Dashboard, {\n    inline: true,\n    get target() {\n      return props.element;\n    },\n  });\n  useUppyPlugin(instance, 'ImageEditor', ImageEditor);\n\n  // Listen to events\n  useUppyEvent(instance, 'file-editor:start', (file) =\u003e {\n    console.log(file);\n  }); \n}\n```\n\n## License\n\nMIT © [lxsmnsyc](https://github.com/lxsmnsyc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxsmnsyc%2Fsolid-uppy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flxsmnsyc%2Fsolid-uppy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxsmnsyc%2Fsolid-uppy/lists"}