UNPKG

koi-koi

Version:

Koi is a time aware interactive bird written in THREE.js with voice recognition, and an artificial IQ.

24 lines (19 loc) 382 B
- name: build tasks: - taskfile js - taskfile html - name: package tasks: - mkdir -p package - - electron-packager package koikoi --all --icon "/media/birdhouse.svg" - name: js tasks: - webpack - name: html tasks: - mkdir -p app - - htmlmin -o app/index.html src/index.html - name: clean tasks: - rimraf app/ - rimraf node_modules/