{"id":23527374,"url":"https://github.com/zprodev/psd-layout-loader","last_synced_at":"2025-05-14T10:22:07.665Z","repository":{"id":143804052,"uuid":"120643987","full_name":"zprodev/psd-layout-loader","owner":"zprodev","description":"psd layout loader for webpack","archived":false,"fork":false,"pushed_at":"2018-02-07T17:28:39.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-03T23:47:23.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zprodev.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":"2018-02-07T16:55:28.000Z","updated_at":"2018-10-22T07:15:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a00133b-4e9f-418b-a962-14cf5d25531c","html_url":"https://github.com/zprodev/psd-layout-loader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zprodev%2Fpsd-layout-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zprodev%2Fpsd-layout-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zprodev%2Fpsd-layout-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zprodev%2Fpsd-layout-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zprodev","download_url":"https://codeload.github.com/zprodev/psd-layout-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254120195,"owners_count":22017955,"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":[],"created_at":"2024-12-25T20:14:08.436Z","updated_at":"2025-05-14T10:22:07.658Z","avatar_url":"https://github.com/zprodev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# psd-layout-loader\n\n[![npm](https://img.shields.io/npm/v/psd-layout-loader.svg)](https://www.npmjs.com/package/psd-layout-loader)\n[![license](https://img.shields.io/github/license/zprodev/psd-layout-loader.svg)](LICENSE)\n\nInstructs webpack to emit the required img as file and to return its psd layout\n\n## Install\n\n```\nnpm install --save-dev psd-layout-loader\n```\n\n## Usage\n\n```\nimport psdLayout from './sample.psd'\n```\n\n### webpack.config.js\n\n```\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.psd$/,\n        loader: 'psd-layout-loader',\n        options: {\n          outImgDir : './dist'\n        }\n      }\n    ]\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzprodev%2Fpsd-layout-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzprodev%2Fpsd-layout-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzprodev%2Fpsd-layout-loader/lists"}