Skip to content

Commit 0decb08

Browse files
committed
add npm install instructions and badge to README
1 parent b1eef00 commit 0decb08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![npm version](https://badge.fury.io/js/react-css-transform.svg)](https://badge.fury.io/js/react-css-transform)
2+
13
# React CSS Transform
24

35
A helper library to handle nested 2D and 3D CSS transforms using matrix multiplication,
@@ -7,6 +9,10 @@ combinations of nested transformations trivial.
79
`<Transform2d>` was initially developed while I was working at [Pest Pulse](https://www.pestpulse.com/)
810
for a zoomable/pannable map with markers.
911

12+
Get started:
13+
14+
`npm install gl-matrix react-css-transform --save`
15+
1016
More docs coming soon!
1117

1218
[3D Cubes Example](https://baseten.github.io/react-css-transform/3d-cubes/index.html)

0 commit comments

Comments
 (0)