@floatsheep/amylasejs
v0.0.1
Published
🦄 `Amylase.js` A new way to say it!
Readme
Amylase.js
🦄 Amylase.js A new way to say it!
So far, it's developing. So, it's unrecommended to use it in production.
Usage
Easy!
<link rel="stylesheet" href="amylasejs.css" />
<script src="amylase.umd.js"></script>
const app = document.getElementById("app");
const amylase = new Amylase.Amylase({
rel: app, // Mounted element (not only can use selected element but also can use string)
username: "FloatSheep", // GitHub username
repo: "NewThing-T", // Repository name
avatar: "https://registry.npmmirror.com/@floatsheep/fsl-fim/1.0.23/files/avatar%202024.main.webp", // Avatar (showed in the page)
// api: { endpoint: "https://r-a.hesiy.cn" }, // API endpoint (optional, if you can't connect to GitHub API by your own network)
});
amylase.init(); // 🚀 Launch!