{"id":13733509,"url":"https://github.com/luiguild/aframe-svg-extruder","last_synced_at":"2025-11-13T22:34:20.427Z","repository":{"id":32571964,"uuid":"137137751","full_name":"luiguild/aframe-svg-extruder","owner":"luiguild","description":"A-Frame component to extrude your SVG's files and use in WebVR scenes like magic 🌟","archived":false,"fork":false,"pushed_at":"2023-07-11T13:15:27.000Z","size":907,"stargazers_count":70,"open_issues_count":8,"forks_count":7,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-04-13T21:11:52.093Z","etag":null,"topics":["3d","aframe","aframe-component","aframe-vr","aframevr","javascript","svg","svg-path","virtual-reality","virtualreality","vr","webvr"],"latest_commit_sha":null,"homepage":"https://luiguild.github.io/aframe-svg-extruder/","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/luiguild.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-06-12T23:20:52.000Z","updated_at":"2025-01-24T14:21:11.000Z","dependencies_parsed_at":"2024-06-19T01:44:09.706Z","dependency_job_id":"222bf110-e4c9-4db2-ae82-a66a8684b7a9","html_url":"https://github.com/luiguild/aframe-svg-extruder","commit_stats":{"total_commits":27,"total_committers":4,"mean_commits":6.75,"dds":"0.40740740740740744","last_synced_commit":"a55a53f6684d58d942e1482228514f406fd9bd60"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiguild%2Faframe-svg-extruder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiguild%2Faframe-svg-extruder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiguild%2Faframe-svg-extruder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiguild%2Faframe-svg-extruder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luiguild","download_url":"https://codeload.github.com/luiguild/aframe-svg-extruder/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782260,"owners_count":21160717,"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":["3d","aframe","aframe-component","aframe-vr","aframevr","javascript","svg","svg-path","virtual-reality","virtualreality","vr","webvr"],"created_at":"2024-08-03T03:00:44.477Z","updated_at":"2025-11-13T22:34:15.388Z","avatar_url":"https://github.com/luiguild.png","language":"JavaScript","funding_links":[],"categories":["Web-Based Frameworks"],"sub_categories":["Motion Controllers inside Unity!"],"readme":"# aframe-svg-extruder\nA-Frame component to extrude your SVG's files and use in WebVR scenes like magic 🌟\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/luiguild/aframe-svg-extruder/master/readme-image.png\"\u003e\u003c/p\u003e\n\n###### Demo\nhttps://luiguild.github.io/aframe-svg-extruder/\n\n## Usage\n#### Development\n``` bash\ngit clone https://github.com/luiguild/aframe-svg-extruder.git\nnpm install\nnpm start\n```\n\n#### Install\n###### Using NPM\n``` bash\nnpm i aframe-svg-extruder\n```\n###### Using yarn\n``` bash\nyarn add aframe-svg-extruder\n```\n###### Use via CDN\n``` html\n\u003cscript src=\"https://unpkg.com/aframe-svg-extruder@1.0.0/dist/index.min.js\"\u003e\u003c/script\u003e\n```\n\n###### Add on your a-scene\n``` html\n\u003ca-scene\u003e\n  \u003ca-asset-item id=\"mozilla\" src=\"https://raw.githubusercontent.com/luiguild/aframe-svg-extruder/master/example/svg/mozilla-letters.svg\"\u003e\u003c/a-asset-item\u003e\n\n  \u003c!-- If you prefer use entities --\u003e\n  \u003ca-entity\n    svg=\"src: #mozilla; proportionalScale: 2; extrude: 1; zFactor: 0.001;\"\n    position=\"0 2 -5\"\u003e\n  \u003c/a-entity\u003e\n\n  \u003c!-- If you prefer use a web component --\u003e\n  \u003ca-svg\n    src=\"#mozilla\"\n    proportional-scale=\"2\"\n    extrude=\"0.5\"\n    z-factor=\"0\"\n    position=\"0 1.3 -5\"\n  \u003e\n  \u003c/a-svg\u003e\n\u003c/a-scene\u003e\n```\n\n## API\nThis is the list of the available parameters.\n\n| Parameter | Type | Default | Required | Description |\n| :--- | :--- | :--- | :--- | :--- |\n| **src** | String | null | true | Pass the `path` of your SVG file |\n| **proportionalScale** | Number | 1 | false | Proportionally how many times you want that your file grow |\n| **extrude** | Number | 0.1 | false | The depth of the extrusion |\n| **zFactor** | Number | 0.005 | false | This will help you control the z-fighting on complex SVG layouts |\n| **overrideColor** | String | null | false | Set an `hex (eg: #000000)` color if you want override the original colors of file |\n\n\u003cp style=\"font-size: 12px\"\u003e\n* kekab-case params for webcomponent |  camelCase for entity\n\u003c/p\u003e\n\n\n## Help and contact\nPRs are appreciated, issues are welcomed. For any question, ping @luiguild at aframevr in Slack, Twitter or Telegram.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluiguild%2Faframe-svg-extruder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluiguild%2Faframe-svg-extruder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluiguild%2Faframe-svg-extruder/lists"}