Omega Speedmaster demo built with G3
Last active
March 1, 2022 05:15
-
-
Save patricksurry/95f8f76a1dfd3c84e7a31429c7cbddc9 to your computer and use it in GitHub Desktop.
Omega Speedmaster demo built with G3
This file contains hidden or 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> | |
<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