cube-icon
v2.0.0
Published
3D CSS cubes
Downloads
15
Readme
cube-icon
3D CSS cube icons
Usage:
var CubeIcon = require('cube-icon')
document.body.appendChild(CubeIcon(opts));
Example (run npm start
, or view the live demo):
Options:
showFaces
: array of face names to show, defaults to['left', 'top', 'front']
images
: a string, array, or object of images to show on each face, in cube-side-array formatback
,right
,left
,top
,bottom
,front
: alternatively you can specify each side image in a separate optionside
: shorthand forleft
andfront
rotateX
: X rotation in degrees, default -30rotateY
: Y rotation in degrees, default 45scale
: scaling factor, default 3.55size
: size in pixels, default 16faceFilters
: CSS transforms for each face, defaults to{front: 'brightness(60%)', left: 'brightness(100%)', top: 'brightness(150%)'}
License
MIT