Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
````

---