Skip to content

Instantly share code, notes, and snippets.

@patricksurry
Last active March 1, 2022 05:15
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 patricksurry/95f8f76a1dfd3c84e7a31429c7cbddc9 to your computer and use it in GitHub Desktop.
Save patricksurry/95f8f76a1dfd3c84e7a31429c7cbddc9 to your computer and use it in GitHub Desktop.
Omega Speedmaster demo built with G3
<html>
<body>
<script src="https://unpkg.com/@patricksurry/g3/dist/g3-contrib.min.js"></script>
<script>
g3.panel()
.width(800).height(500)
.append(
g3.put().x(400).y(250).scale(2).append(
g3.contrib.clocks.omegaSpeedmaster()
)
)('body');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment