This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-disable no-underscore-dangle */ | |
import React from 'react'; | |
import Select, { components as selectComponents, Props as SelectProps } from 'react-select'; | |
import { | |
Flex, | |
Tag, | |
TagCloseButton, | |
TagLabel, | |
Divider, | |
CloseButton, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html style="width:100%; height:100%; overflow:hidden"> | |
<body style="width:100%; height:100%; overflow:hidden; margin:0; background: #000;"> | |
<script data-require="jquery" data-semver="2.0.3" src="http://code.jquery.com/jquery-2.0.3.min.js"></script> | |
<script> | |
function server() { | |
WS.say('Welcome to Wearscript Hue Glass Demo') | |
WS.log('Welcome to Wearscript Hue Glass Demo') | |
var numHue = 3; | |
function updateHue( hueState ){ |