A-Frame component to extrude your SVG's files and use in WebVR scenes like magic 🌟
npm install aframe-svg-extruder
###### Demo
https://luiguild.github.io/aframe-svg-extruder/
bash
npm i aframe-svg-extruder
`
###### Using yarn
` bash
yarn add aframe-svg-extruder
`
###### Use via CDN
` html
`###### Add on your a-scene
` html
svg="src: #mozilla; proportionalScale: 2; extrude: 1; zFactor: 0.001;"
position="0 2 -5">
src="#mozilla"
proportional-scale="2"
extrude="0.5"
z-factor="0"
position="0 1.3 -5"
>
`API
This is the list of the available parameters.| Parameter | Type | Default | Required | Description |
| :--- | :--- | :--- | :--- | :--- |
| src | String | null | true | Pass the
path of your SVG file |
| proportionalScale | Number | 1 | false | Proportionally how many times you want that your file grow |
| extrude | Number | 0.1 | false | The depth of the extrusion |
| zFactor | Number | 0.005 | false | This will help you control the z-fighting on complex SVG layouts |
| overrideColor | String | null | false | Set an hex (eg: #000000)` color if you want override the original colors of file |
* kekab-case params for webcomponent | camelCase for entity