-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4313fbd
commit 4c45609
Showing
4 changed files
with
43 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,33 @@ | ||
# 🚀 Welcome to your new awesome project! | ||
# Poky.ts | ||
|
||
This project has been created using **webpack-cli**, you can now run | ||
Poky is a simple 3D 3DOF (Degrees of Freedom) Robotic Arm with inverse kinematic calculations. | ||
|
||
## Install | ||
|
||
``` | ||
npm run build | ||
npm install poky.ts | ||
``` | ||
|
||
or | ||
or | ||
|
||
``` | ||
yarn build | ||
git clone https://github.com/cloud-automation/poky.ts | ||
cd poky.ts | ||
npm install | ||
npm run serve | ||
``` | ||
|
||
|
||
## Embed | ||
|
||
``` | ||
import Poky from 'poky.ts' | ||
/* instantiate poky with a dom element id like '#sandbox' */ | ||
const poky = new Poky('sandbox') | ||
## License | ||
MIT | ||
to bundle your application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters