From fa0aebac0061971ed45c74a261269064ac11799f Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Tue, 9 Feb 2021 09:34:16 +0100 Subject: :rocket: Deploy app v1.0.0 --- .gitignore | 133 ++ fa-brands-400.0a2f2d3f.woff2 | Bin 0 -> 78472 bytes fa-brands-400.529a9178.svg | 3717 +++++++++++++++++++++++++++++ fa-brands-400.61a02662.eot | Bin 0 -> 136822 bytes fa-brands-400.a43d027d.ttf | Bin 0 -> 136516 bytes fa-brands-400.abaa6551.woff | Bin 0 -> 92136 bytes fa-regular-400.12e902ff.woff2 | Bin 0 -> 13588 bytes fa-regular-400.4fc407aa.svg | 801 +++++++ fa-regular-400.779979e6.woff | Bin 0 -> 16776 bytes fa-regular-400.b26d94f4.eot | Bin 0 -> 34350 bytes fa-regular-400.d59f1e49.ttf | Bin 0 -> 34052 bytes fa-solid-900.26506ae2.svg | 5028 +++++++++++++++++++++++++++++++++++++++ fa-solid-900.50887a69.woff | Bin 0 -> 104280 bytes fa-solid-900.6c3fc37b.eot | Bin 0 -> 204814 bytes fa-solid-900.be8a4f74.woff2 | Bin 0 -> 80252 bytes fa-solid-900.f6ec8168.ttf | Bin 0 -> 204528 bytes index.html | 1 + main.3f46a61e.js | 13 + main.3f46a61e.js.map | 1 + manifest.webmanifest | 1 + maskable_icon_x128.ae1e74f9.png | Bin 0 -> 4812 bytes maskable_icon_x144.fc14e37c.png | Bin 0 -> 5480 bytes maskable_icon_x152.ce6c1441.png | Bin 0 -> 5847 bytes maskable_icon_x384.1af8edb2.png | Bin 0 -> 25551 bytes maskable_icon_x512.a9ac38fa.png | Bin 0 -> 40783 bytes maskable_icon_x72.b43d35ec.png | Bin 0 -> 2068 bytes maskable_icon_x96.e03bc2e8.png | Bin 0 -> 3054 bytes pwa-192x192.b3dbd8bb.png | Bin 0 -> 13351 bytes pwa-512x512.b27071b7.png | Bin 0 -> 62946 bytes service-worker.js | 61 + styles.96ce15e4.css | 6 + styles.96ce15e4.css.map | 1 + 32 files changed, 9763 insertions(+) create mode 100644 .gitignore create mode 100644 fa-brands-400.0a2f2d3f.woff2 create mode 100644 fa-brands-400.529a9178.svg create mode 100644 fa-brands-400.61a02662.eot create mode 100644 fa-brands-400.a43d027d.ttf create mode 100644 fa-brands-400.abaa6551.woff create mode 100644 fa-regular-400.12e902ff.woff2 create mode 100644 fa-regular-400.4fc407aa.svg create mode 100644 fa-regular-400.779979e6.woff create mode 100644 fa-regular-400.b26d94f4.eot create mode 100644 fa-regular-400.d59f1e49.ttf create mode 100644 fa-solid-900.26506ae2.svg create mode 100644 fa-solid-900.50887a69.woff create mode 100644 fa-solid-900.6c3fc37b.eot create mode 100644 fa-solid-900.be8a4f74.woff2 create mode 100644 fa-solid-900.f6ec8168.ttf create mode 100644 index.html create mode 100644 main.3f46a61e.js create mode 100644 main.3f46a61e.js.map create mode 100644 manifest.webmanifest create mode 100644 maskable_icon_x128.ae1e74f9.png create mode 100644 maskable_icon_x144.fc14e37c.png create mode 100644 maskable_icon_x152.ce6c1441.png create mode 100644 maskable_icon_x384.1af8edb2.png create mode 100644 maskable_icon_x512.a9ac38fa.png create mode 100644 maskable_icon_x72.b43d35ec.png create mode 100644 maskable_icon_x96.e03bc2e8.png create mode 100644 pwa-192x192.b3dbd8bb.png create mode 100644 pwa-512x512.b27071b7.png create mode 100644 service-worker.js create mode 100644 styles.96ce15e4.css create mode 100644 styles.96ce15e4.css.map diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..13b10f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,133 @@ +build +libraries +.yotta.json +yotta_modules +yotta_targets +*.swp +*~ +Makefile +*.hex +*.DS_Store +.vscode +*.uf2 +*.bin +pxtapp +buildcache.json +*.pyc + + +# Created by https://www.toptal.com/developers/gitignore/api/node +# Edit at https://www.toptal.com/developers/gitignore?templates=node + +### Node ### +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# TypeScript v1 declaration files +typings/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env +.env.test +.env*.local + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Next.js build output +.next + +# Nuxt.js build / generate output +.nuxt +dist + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# vuepress build output +.vuepress/dist + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + +# End of https://www.toptal.com/developers/gitignore/api/node diff --git a/fa-brands-400.0a2f2d3f.woff2 b/fa-brands-400.0a2f2d3f.woff2 new file mode 100644 index 0000000..2acd92d Binary files /dev/null and b/fa-brands-400.0a2f2d3f.woff2 differ diff --git a/fa-brands-400.529a9178.svg b/fa-brands-400.529a9178.svg new file mode 100644 index 0000000..54da424 --- /dev/null +++ b/fa-brands-400.529a9178.svg @@ -0,0 +1,3717 @@ + + + + +Created by FontForge 20200314 at Wed Jan 13 11:57:55 2021 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fa-brands-400.61a02662.eot b/fa-brands-400.61a02662.eot new file mode 100644 index 0000000..cdef69f Binary files /dev/null and b/fa-brands-400.61a02662.eot differ diff --git a/fa-brands-400.a43d027d.ttf b/fa-brands-400.a43d027d.ttf new file mode 100644 index 0000000..8ecb67b Binary files /dev/null and b/fa-brands-400.a43d027d.ttf differ diff --git a/fa-brands-400.abaa6551.woff b/fa-brands-400.abaa6551.woff new file mode 100644 index 0000000..9bd812a Binary files /dev/null and b/fa-brands-400.abaa6551.woff differ diff --git a/fa-regular-400.12e902ff.woff2 b/fa-regular-400.12e902ff.woff2 new file mode 100644 index 0000000..708621f Binary files /dev/null and b/fa-regular-400.12e902ff.woff2 differ diff --git a/fa-regular-400.4fc407aa.svg b/fa-regular-400.4fc407aa.svg new file mode 100644 index 0000000..60414e1 --- /dev/null +++ b/fa-regular-400.4fc407aa.svg @@ -0,0 +1,801 @@ + + + + +Created by FontForge 20200314 at Wed Jan 13 11:57:54 2021 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fa-regular-400.779979e6.woff b/fa-regular-400.779979e6.woff new file mode 100644 index 0000000..e4acf91 Binary files /dev/null and b/fa-regular-400.779979e6.woff differ diff --git a/fa-regular-400.b26d94f4.eot b/fa-regular-400.b26d94f4.eot new file mode 100644 index 0000000..21808cc Binary files /dev/null and b/fa-regular-400.b26d94f4.eot differ diff --git a/fa-regular-400.d59f1e49.ttf b/fa-regular-400.d59f1e49.ttf new file mode 100644 index 0000000..2775fa1 Binary files /dev/null and b/fa-regular-400.d59f1e49.ttf differ diff --git a/fa-solid-900.26506ae2.svg b/fa-solid-900.26506ae2.svg new file mode 100644 index 0000000..23a6b9a --- /dev/null +++ b/fa-solid-900.26506ae2.svg @@ -0,0 +1,5028 @@ + + + + +Created by FontForge 20200314 at Wed Jan 13 11:57:55 2021 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fa-solid-900.50887a69.woff b/fa-solid-900.50887a69.woff new file mode 100644 index 0000000..7a14a11 Binary files /dev/null and b/fa-solid-900.50887a69.woff differ diff --git a/fa-solid-900.6c3fc37b.eot b/fa-solid-900.6c3fc37b.eot new file mode 100644 index 0000000..ccebb26 Binary files /dev/null and b/fa-solid-900.6c3fc37b.eot differ diff --git a/fa-solid-900.be8a4f74.woff2 b/fa-solid-900.be8a4f74.woff2 new file mode 100644 index 0000000..9a4633d Binary files /dev/null and b/fa-solid-900.be8a4f74.woff2 differ diff --git a/fa-solid-900.f6ec8168.ttf b/fa-solid-900.f6ec8168.ttf new file mode 100644 index 0000000..bc64092 Binary files /dev/null and b/fa-solid-900.f6ec8168.ttf differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..8062233 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +HOVER:BIT Controller

HOVER:BIT Controller

1.0.0

Please use landscape mode

T: 0, R: 0
0%
diff --git a/main.3f46a61e.js b/main.3f46a61e.js new file mode 100644 index 0000000..ba0e6cc --- /dev/null +++ b/main.3f46a61e.js @@ -0,0 +1,13 @@ +parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c=0&&this._handlers_[t].splice(this._handlers_[t].indexOf(i),1),this},x.prototype.trigger=function(t,i){var e,o=this,n=t.split(/[ ,]+/g);o._handlers_=o._handlers_||{};for(var s=0;ss&&n<3*s&&!t.lockX?i="up":n>-s&&n<=s&&!t.lockY?i="left":n>3*-s&&n<=-s&&!t.lockX?i="down":t.lockY||(i="right"),t.lockY||(e=n>-r&&n0?"up":"down"),t.force>this.options.threshold){var d,a={};for(d in this.direction)this.direction.hasOwnProperty(d)&&(a[d]=this.direction[d]);var p={};for(d in this.direction={x:e,y:o,angle:i},t.direction=this.direction,a)a[d]===this.direction[d]&&(p[d]=!0);if(p.x&&p.y&&p.angle)return t;p.x&&p.y||this.trigger("plain",t),p.x||this.trigger("plain:"+e,t),p.y||this.trigger("plain:"+o,t),p.angle||this.trigger("dir dir:"+i,t)}else this.resetDirection();return t};var w=_;function T(t,i){return this.nipples=[],this.idles=[],this.actives=[],this.ids=[],this.pressureIntervals={},this.manager=t,this.id=T.id,T.id+=1,this.defaults={zone:document.body,multitouch:!1,maxNumberOfNipples:10,mode:"dynamic",position:{top:0,left:0},catchDistance:200,size:100,threshold:.1,color:"white",fadeTime:250,dataOnly:!1,restJoystick:!0,restOpacity:.5,lockX:!1,lockY:!1,shape:"circle",dynamicPage:!1},this.config(i),"static"!==this.options.mode&&"semi"!==this.options.mode||(this.options.multitouch=!1),this.options.multitouch||(this.options.maxNumberOfNipples=1),this.updateBox(),this.prepareNipples(),this.bindings(),this.begin(),this.nipples}T.prototype=new O,T.constructor=T,T.id=0,T.prototype.prepareNipples=function(){var t=this.nipples;t.on=this.on.bind(this),t.off=this.off.bind(this),t.options=this.options,t.destroy=this.destroy.bind(this),t.ids=this.ids,t.id=this.id,t.processOnMove=this.processOnMove.bind(this),t.processOnEnd=this.processOnEnd.bind(this),t.get=function(i){if(void 0===i)return t[0];for(var e=0,o=t.length;e