{"_id":"@c-frame/aframe-slice9-component","name":"@c-frame/aframe-slice9-component","dist-tags":{"latest":"1.1.1"},"versions":{"1.1.1":{"name":"@c-frame/aframe-slice9-component","version":"1.1.1","description":"A Slice9 component for A-Frame.","main":"index.js","cdn":"dist/aframe-slice9-component.min.js","scripts":{"dev":"budo index.js:dist/aframe-slice9-component.min.js --port 7000 --live --open","dist":"webpack index.js dist/aframe-slice9-component.js && webpack -p index.js dist/aframe-slice9-component.min.js","lint":"semistandard -v | snazzy","prepublish":"npm run dist","ghpages":"ghpages","start":"npm run dev"},"repository":{"type":"git","url":"git+https://github.com/c-frame/aframe-slice9-component.git"},"keywords":["aframe","aframe-component","aframe-vr","vr","mozvr","webvr","slice9"],"author":{"name":"Fernando Serrano","email":"fernandojsg@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/c-frame/aframe-slice9-component/issues"},"homepage":"https://github.com/c-frame/aframe-slice9-component#readme","devDependencies":{"browserify":"^13.0.0","budo":"^8.2.2","randomcolor":"^0.4.4","semistandard":"^8.0.0","snazzy":"^4.0.0","webpack":"^1.13.0"},"semistandard":{"ignore":["examples/build.js","dist/**"]},"gitHead":"12119c4c098321f84787afeba22727cb83d15e36","_id":"@c-frame/aframe-slice9-component@1.1.1","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-qJk2AAoEzRunRLMi1f4GktnjqUAyJUf5eu36qs86w5CwkFB3ub3UAHnRcGZnc+VnisCrXcbCmh+G6taPyNJIfg==","shasum":"3e4a8eadb8c06eefe6a4423fa933cf578a72e8d9","tarball":"https://registry.npmjs.org/@c-frame/aframe-slice9-component/-/aframe-slice9-component-1.1.1.tgz","fileCount":10,"unpackedSize":197497,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvN7a3TGMVojDkhtX7qNinnCnq2t1KlguNsSQHCnIaMwIhALuySFiWe+i5hisXc0B0UmLPcJhOHHQY5gvF3+oRkUxA"}]},"_npmUser":{"name":"kfarr","email":"kieran.farr@gmail.com"},"directories":{},"maintainers":[{"name":"kfarr","email":"kieran.farr@gmail.com"},{"name":"diarmidmackenzie","email":"diarmid.mackenzie@gmail.com"},{"name":"vincentfretin","email":"vincent.fretin@gmail.com"},{"name":"finetype","email":"finesttype@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe-slice9-component_1.1.1_1700587685841_0.5115342990455352"},"_hasShrinkwrap":false}},"time":{"created":"2023-11-21T17:28:05.748Z","1.1.1":"2023-11-21T17:28:06.002Z","modified":"2023-11-21T17:28:06.380Z"},"maintainers":[{"name":"kfarr","email":"kieran.farr@gmail.com"},{"name":"diarmidmackenzie","email":"diarmid.mackenzie@gmail.com"},{"name":"vincentfretin","email":"vincent.fretin@gmail.com"},{"name":"finetype","email":"finesttype@gmail.com"}],"description":"A Slice9 component for A-Frame.","homepage":"https://github.com/c-frame/aframe-slice9-component#readme","keywords":["aframe","aframe-component","aframe-vr","vr","mozvr","webvr","slice9"],"repository":{"type":"git","url":"git+https://github.com/c-frame/aframe-slice9-component.git"},"author":{"name":"Fernando Serrano","email":"fernandojsg@gmail.com"},"bugs":{"url":"https://github.com/c-frame/aframe-slice9-component/issues"},"license":"MIT","readme":"## aframe-slice9-component\n\nA  [9-Slice](http://www.centigrade.de/blog/en/article/modern-user-interface-design-tools-part-2-graphical-approach-of-gui-design-tools/) component for [A-Frame](https://aframe.io).\n\n ![slice9](https://cloud.githubusercontent.com/assets/674727/24439830/8e493334-1405-11e7-9463-3da06712da91.png)\n\n### API\n\n| Property | Description | Default Value |\n| -------- | ----------- | ------------- |\n| width       |             | 1              |\n| height      |             | 1              |\n| left        |             | 0              |\n| right       |             | 0              |\n| bottom      |             | 0              |\n| top         |             | 0              |\n| side        |             | front              |\n| padding     |             | 0.1              |\n| color       |             | #fff              |\n| opacity     |             | 1.0              |\n| transparent |             | true              |\n| alphaTest   |             | 0.0               |\n| debug       |             | false              |\n| map         |             | ''              |\n\n### Installation\n\n#### Browser\n\nInstall and use by directly including the [browser files](dist):\n\n```html\n<head>\n  <title>My A-Frame Scene</title>\n  <script src=\"https://aframe.io/releases/0.4.0/aframe.min.js\"></script>\n  <script src=\"https://unpkg.com/aframe-slice9-component/dist/aframe-slice9-component.min.js\"></script>\n</head>\n\n<body>\n  <a-scene>\n    <a-entity slice9=\"foo: bar\"></a-entity>\n  </a-scene>\n</body>\n```\n\n<!-- If component is accepted to the Registry, uncomment this. -->\n<!--\nOr with [angle](https://npmjs.com/package/angle/), you can install the proper\nversion of the component straight into your HTML file, respective to your\nversion of A-Frame:\n\n```sh\nangle install aframe-slice9-component\n```\n-->\n\n#### npm\n\nInstall via npm:\n\n```bash\nnpm install aframe-slice9-component\n```\n\nThen require and use.\n\n```js\nrequire('aframe');\nrequire('aframe-slice9-component');\n```\n","readmeFilename":"README.md"}