1.0.6 • Published 3 months ago

3d-cube-css v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

Cube 3d css

npm i 3d-cube-css

import createCube from '3d-cube-css';

create div with id and class in html

id="cube-container" class="cube-container"

calling createCube function with options Only size to work

createCube(
  {
    size: 300, 
    wireframes: true, //option
    rotate: true, //option 
    rotY: 1, //option
    rotX: 1, //option 
    imgSrc: 'img.svg' //option,
    bgColor: '#f0f0f0' //option black default
  }
)
1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago