https://github.com/davidje13/face
Renders an interactive ball-shaped face on the page.
https://github.com/davidje13/face
javascript svg
Last synced: over 1 year ago
JSON representation
Renders an interactive ball-shaped face on the page.
- Host: GitHub
- URL: https://github.com/davidje13/face
- Owner: davidje13
- License: lgpl-3.0
- Created: 2019-01-14T23:12:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T13:16:27.000Z (about 6 years ago)
- Last Synced: 2025-03-08T14:02:52.330Z (over 1 year ago)
- Topics: javascript, svg
- Language: JavaScript
- Homepage: https://davidje13.github.io/Face/
- Size: 456 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Face.js

Renders an interactive ball-shaped face on the page.
This is a modern HTML5 remake of a project I made a long time ago in
Flash. The faces come from the old project, but the rendering has been
re-written from scratch for better consistency and more supported
geometries.
## Running Locally
```sh
npm install
npm start
```
## CLI
As well as running in a browser, the face renderer can be invoked from
the commandline:
```shell
# See documentation:
./bin/face-svg.js --help
# Example call:
./bin/face-svg.js --padding=10 --skin=Amy > myFile.svg
````
---












