steren / rtx-on

Drop the box shadow, use ray tracing on your web pages
https://rtx-on.steren.fr
Apache License 2.0
4 stars 0 forks source link

Try on more websites (add to examples) #22

Open steren opened 1 year ago

steren commented 1 year ago
steren commented 1 year ago

web.dev:

  <script type="module">
    import * as rtx from '../rtx-on.js';

    window.onload = function () {

      rtx.on({
        background: document.querySelector(".homepage"),
        raised: [...document.querySelectorAll(".card"), ...document.querySelectorAll("header")],
      });

      rtx.button();
    }
  </script>