UNPKG
chessfield
Version:
latest (1.9.1)
1.9.1
1.9.0
1.8.2
1.8.1
1.8.0
1.7.1
1.7.0
1.6.0
1.5.1
1.5.0
1.4.8
1.4.7
1.4.6
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.0.1
1.0.0
0.0.1
0.0.0
A TypeScript+ThreeJS library to render a 3D chessboard
github.com/unicolored/chessfield
chessfield
/
dist
/
chessfield.css
2 lines
(1 loc)
•
131 B
CSS
View Raw
1
2
.cf-chessfield-container
{
position
:relative;
overflow
:hidden;
background-color
:
#f0f0f0
}
.cf-chessfield-container
canvas
{
display
:block}