aframe-gradient-sky
Advanced tools
Comparing version
{ | ||
"name": "aframe-gradient-sky", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A-Frame gradient sky component", | ||
"main": "./src/index.js", | ||
"main": "./dist/index.js", | ||
"directories": { | ||
@@ -7,0 +7,0 @@ "example": "example" |
@@ -23,3 +23,3 @@ # aframe-gradient-sky | ||
<a-scene> | ||
<a-gradient-sky material="topColor: 255 0 0; bottomColor: 0 121 255;"></a-gradient-sky> | ||
<a-gradient-sky material="shader: gradient; topColor: 255 0 0; bottomColor: 0 121 255;"></a-gradient-sky> | ||
</a-scene> | ||
@@ -29,3 +29,3 @@ </body> | ||
#### NPM Installation | ||
<!-- #### NPM Installation | ||
@@ -43,2 +43,2 @@ Install via NPM: | ||
require('aframe-gradient-sky'); | ||
``` | ||
``` --> |
Sorry, the diff of this file is not supported yet
76532
-0.16%