fragmentcolor 0.10.5

Easy GPU Rendering for Javascript, Python, Swift and Kotlin
Documentation
<html>
  <head>
    <title>Web Example</title>
    <script src="https://cdn.jsdelivr.net/npm/vue"></script>
  </head>
  <body>
    <div id="app">
      <h1>{{ message }}</h1>
    </div>
    <script>
      new Vue({
        el: "#app",
        data: {
          message: "Hello Vue.js!",
        },
      });
    </script>
  </body>
</html>