This is a bundler for Material Web(and Material Web Additions) components. It bundles the components into static files, which can be used in a browser.
<script src="https://m3.stiblook.rocks/bundled/{component}.js"></script>
<script> src="https://m3.stiblook.rocks/bundled/material.js"></script>
<script> src="https://m3.stiblook.rocks/bundled/material-additions.js"></script>
The variants of components are bundled to the same file. For example,
md-filled-button
,md-outlined-button
are bundled tobutton.js
.