{"id":19979222,"url":"https://github.com/bharathvaj-ganesan/picart","last_synced_at":"2025-05-04T04:32:43.232Z","repository":{"id":37214291,"uuid":"148750700","full_name":"bharathvaj-ganesan/picart","owner":"bharathvaj-ganesan","description":"A handy image editor application powered by electron.","archived":false,"fork":false,"pushed_at":"2023-02-03T12:34:46.000Z","size":7523,"stargazers_count":22,"open_issues_count":34,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T03:11:12.815Z","etag":null,"topics":["camanjs","electron","electron-app","image-editor","javascript","nodejs","picart"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bharathvaj-ganesan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-14T07:16:28.000Z","updated_at":"2025-02-09T12:11:45.000Z","dependencies_parsed_at":"2023-02-15T05:16:39.280Z","dependency_job_id":null,"html_url":"https://github.com/bharathvaj-ganesan/picart","commit_stats":null,"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharathvaj-ganesan%2Fpicart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharathvaj-ganesan%2Fpicart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharathvaj-ganesan%2Fpicart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharathvaj-ganesan%2Fpicart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bharathvaj-ganesan","download_url":"https://codeload.github.com/bharathvaj-ganesan/picart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252288910,"owners_count":21724323,"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":["camanjs","electron","electron-app","image-editor","javascript","nodejs","picart"],"created_at":"2024-11-13T03:37:13.324Z","updated_at":"2025-05-04T04:32:42.497Z","avatar_url":"https://github.com/bharathvaj-ganesan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cbr\u003e\n\u003cimg src=\"./internals/img/logo.png\" width=\"200\" /\u003e\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\nA handy image editor powered by electron.\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://forthebadge.com/images/badges/built-with-love.svg\" /\u003e\n\u003cimg src=\"https://forthebadge.com/images/badges/made-with-javascript.svg\" /\u003e\n\u003cimg src=\"https://forthebadge.com/images/badges/for-you.svg\" /\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"https://facebook.github.io/react/\"\u003e\u003cimg src=\"./internals/img/react-padded-90.png\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://webpack.github.io/\"\u003e\u003cimg src=\"./internals/img/webpack-padded-90.png\" /\u003e\u003c/a\u003e\n\u003ca href=\"http://redux.js.org/\"\u003e\u003cimg src=\"./internals/img/redux-padded-90.png\" /\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n\n\u003chr\u003e\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"./internals/img/snapshot.jpg\" width=\"600\" /\u003e\n\n\u003c/div\u003e\n\n## Run\n\nStart the app in the `dev` environment. This starts the renderer process in [**hot-module-replacement**](https://webpack.js.org/guides/hmr-react/) mode and starts a webpack dev server that sends hot updates to the renderer process:\n\n```bash\n$ yarn dev\n```\n\nAlternatively, you can run the renderer and main processes separately. This way, you can restart one process without waiting for the other. Run these two commands **simultaneously** in different console tabs:\n\n```bash\n$ yarn start-renderer-dev\n$ yarn start-main-dev\n```\n\nIf you don't need autofocus when your files was changed, then run `dev` with env `START_MINIMIZED=true`:\n\n```bash\n$ START_MINIMIZED=true yarn dev\n```\n\n## Packaging\n\nTo package apps for the local platform:\n\n```bash\n$ yarn package\n```\n\nTo package apps for all platforms:\n\nFirst, refer to [Multi Platform Build](https://www.electron.build/multi-platform-build) for dependencies.\n\nThen,\n\n```bash\n$ yarn package-all\n```\n\nTo package apps with options:\n\n```bash\n$ yarn package -- --[option]\n```\n\n:bulb: You can debug your production build with devtools by simply setting the `DEBUG_PROD` env variable:\n\n```bash\nDEBUG_PROD=true yarn package\n```\n\n⚠️ Please read the following section before installing any dependencies ⚠️\n\n### Module Structure\n\nThis app uses a [two package.json structure](https://github.com/electron-userland/electron-builder/wiki/Two-package.json-Structure). This means, you will have two `package.json` files.\n\n1. `./package.json` in the root of your project\n1. `./app/package.json` inside `app` folder\n\n### Which `package.json` file to use\n\n**Rule of thumb** is: all modules go into `./package.json` except native modules, or modules with native dependencies or peer dependencies. Native modules, or packages with native dependencies should go into `./app/package.json`.\n\n1. If the module is native to a platform (like node-postgres), it should be listed under `dependencies` in `./app/package.json`\n2. If a module is `import`ed by another module, include it in `dependencies` in `./package.json`. See [this ESLint rule](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-extraneous-dependencies.md). Examples of such modules are `material-ui`, `redux-form`, and `moment`.\n3. Otherwise, modules used for building, testing and debugging should be included in `devDependencies` in `./package.json`.\n\n\u003chr\u003e\n\nApache License 2.0 © [Bharathvaj Ganesan](https://bharathvajganesan.me)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbharathvaj-ganesan%2Fpicart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbharathvaj-ganesan%2Fpicart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbharathvaj-ganesan%2Fpicart/lists"}