stickfigure-recorder
Website to generate stick figure gifs from webcam video.
File Explorer
Download Latest Version (.zip)- exampleRecording.json
- gif_uploader.js
- index.js
- .gitignore
- localpack.json
- package-lock.json
- package.json
- play.js
- exampleRecording.json
- package-lock.json
- package.json
- stickfigure_recording.gif
- allowsign.svg
- stopsign.svg
- items.js
- pose_painter.js
- index.js
- point_util.js
- package-lock.json
- package.json
- webpack.config.js
- small_dance.gif
- small_exercise.gif
- small_fighting.gif
- small_running.gif
- stickfigure_overlayed.jpg
- stickfigure_recording.gif
- stickfigure_screenshot.jpg
- gif.worker.js
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- animation_frame_hook.js
- edit_module.js
- export_module.js
- item_selector.js
- recorder_module.js
- start_end_slider.js
- camera_reader.js
- pose_canvas.js
- posenet_hook.js
- recording_canvas.js
- recording_editor.js
- smoother.js
- i18n_setup.js
- messages.json
- setup_firebase.js
- contact_page.js
- gallery_page.js
- main_page.js
- page_template.js
- privacy_page.js
- terms_page.js
- App.js
- App.test.js
- index.css
- index.js
- logo.svg
- reportWebVitals.js
- setupTests.js
- .gitignore
- package-lock.json
- package.json
- README.md
- .firebaserc
- .gitignore
- firebase.json
- firestore.indexes.json
- firestore.rules
- LICENSE
- README.md
- storage.rules
# Installation Guide
1. Get the code
git clone https://github.com/kenkawakenkenke/stickfigure-recorder
Downloads the entire project code from GitHub to your computer.
cd stickfigure-recorder
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd functions
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
