Skip to content

Instantly share code, notes, and snippets.

@micahstubbs
Last active May 20, 2017 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micahstubbs/85ef1fc1a65bcdffc7d29587698d6d28 to your computer and use it in GitHub Desktop.
Save micahstubbs/85ef1fc1a65bcdffc7d29587698d6d28 to your computer and use it in GitHub Desktop.
regl-demo | varying green
border: no
license: Apache-2.0
<!DOCTYPE html>
<html>
<head>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta charset=utf-8>
</head>
<body>
</body>
<script language='javascript' src='https://npmcdn.com/regl/dist/regl.js'></script>
<script src='vis.js'></script>
</html>
# safe
lebab --replace vis.js --transform arrow
lebab --replace vis.js --transform for-of
lebab --replace vis.js --transform for-each
lebab --replace vis.js --transform arg-rest
lebab --replace vis.js --transform arg-spread
lebab --replace vis.js --transform obj-method
lebab --replace vis.js --transform obj-shorthand
lebab --replace vis.js --transform multi-var
# unsafe
lebab --replace vis.js --transform let
lebab --replace vis.js --transform template
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment