20241203 n5zvq7og
toastify-js 是一个纯 js 的消息提示库。
#Develop/FE
toastify-js 是一个纯 js 的消息提示库。
CSS Bed 是一个提供多种无类 CSS (no-class or classless) 主题效果预览的网站,为网页开发提供了起始模板。这些主题响应迅速,支持良好,且体积小巧,便于开发者快速应用。 更多: - dbohdan/classless-css: A list of classless CSS themes/frameworks with screenshots
Three.js 的光照贴图(lightMap)~~无法在金属度(metalness)大于 0.9 时体现效果,原因不明。~~babylon.js 上未发现这个问题。 Lightmap for metal does not work - Questions - three.js forum Lightmaps not visible with dark base colors or metal...
使用 vite-bundle-visualizer 分析 Vite 项目捆绑包的内容。 `bash npx vite-bundle-visualizer --open `
canvas-hypertxt 能高效地在 Browser Canvas 中帮助我们简单排版文字,它作为一个帮助方法使用,本身不接管渲染。
WebUI 是一个支持多种编程语言开发 GUI 的库,GUI 部分直接使用操作系统中已安装的 Web 浏览器来展示。
normalize.css 浏览器默认样式重置 `bash pnpm i normalize.css ` `js import 'normalize.css' `
VS Code 中使用 Chrome 调试网页的启动配置 `json { "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "http://localhost:3000",...
valtio 一个基于 proxy 的状态管理。 适用于 React 和 Vanilla。
使用 AudioContext 解决 iOS Safari UGM 之后,无法自动连续播放音频的问题。
判断 Safari 是否是 iPadOS 版本 根据网络上资料来看,由于 iPadOS 13 开始,iPad Pro 将自己的 navigator.platform 报告为 MacIntel, UA 也从包括 iPad 字样变成只包括 Macintosh。但是目前 Macintosh 还没有支持触摸屏的产品,所以可以这么判断: `js const isIPadPro =...
pmndrs/detect-gpu 根据设备信息和基准库对比,获取 GPU 性能指标。 适合为三维场景渲染做默认质量设置。
natural-orderby 自然排序
React-Toastify 很不错的消息提示库
fetch-progress 让 fetch 也能有 onProgress 回调。 `js fetch(this.props.src) .then( fetchProgress({ // implement onProgress method onProgress(progress) { console.log({ progress }); // A possible...
Astro 一个 MPA、All in One 的全栈框架。
React TwinwindCSS 组合: - Twind.style 😂 这个项目好像有点凉了 - daisyUI — Tailwind CSS Components
UnoCSS 类似 TwinwindCSS 的 Atomic CSS 引擎 Onu UI React UI with Uno CSS