摘要: 枚举本地字体 <button id="btn">Get Local Font</button> document .getElementById("btn") .addEventListener("click", async function () { const pickedFonts = awa 阅读全文
posted @ 2022-07-28 10:20 Ajanuw 阅读(626) 评论(0) 推荐(0)
摘要: class UpperCaseTransformStream { constructor() { return new TransformStream({ transform(chunk, controller) { controller.enqueue(chunk.toUpperCase()); 阅读全文
posted @ 2022-07-28 09:53 Ajanuw 阅读(417) 评论(0) 推荐(0)