doodle-movable
v1.0.1
Published
## Introduction A rotating and moving react component that mainly serves my own personal needs   ## Install ``` yarn add doodle-movable ``` ##
Readme
doodle-movable
Introduction
A rotating and moving react component that mainly serves my own personal needs
Install
yarn add doodle-movableUsage
import { MovableShape } from "doodle-movable";
....
return (
<>
...
<MovableShape>
<img src="xxxx">
</MovableShape>
...
<>
)