Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidje13/face
Renders an interactive ball-shaped face on the page.
https://github.com/davidje13/face
javascript svg
Last synced: 27 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T13:16:27.000Z (over 4 years ago)
- Last Synced: 2024-10-20T02:39:41.486Z (3 months ago)
- Topics: javascript, svg
- Language: JavaScript
- Homepage: https://davidje13.github.io/Face/
- Size: 456 KB
- Stars: 0
- Watchers: 3
- 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
````---