We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1eef00 commit 0decb08Copy full SHA for 0decb08
README.md
@@ -1,3 +1,5 @@
1
+[](https://badge.fury.io/js/react-css-transform)
2
+
3
# React CSS Transform
4
5
A helper library to handle nested 2D and 3D CSS transforms using matrix multiplication,
@@ -7,6 +9,10 @@ combinations of nested transformations trivial.
7
9
`<Transform2d>` was initially developed while I was working at [Pest Pulse](https://www.pestpulse.com/)
8
10
for a zoomable/pannable map with markers.
11
12
+Get started:
13
14
+`npm install gl-matrix react-css-transform --save`
15
16
More docs coming soon!
17
18
[3D Cubes Example](https://baseten.github.io/react-css-transform/3d-cubes/index.html)
0 commit comments