Published onOctober 10, 2024Debugging a Mysterious ESLint ErrorESLINTREACTThe error message displayed in my terminal was as follows: <tsconfigRootDir>/src\xxx.tsxparserOptions.project I tried to fix it by following the steps in the error message, but it didn't work. Then I ...
Published onSeptember 5, 2024Check whether the file is in .jif format.IMGWEB.jif使用 JavaScript 检查文件是否为 JFIF 格式的方法,通过读取文件头部的 JFIF 签名来验证图像格式
Published onAugust 29, 2024Convert the React SVG component into a Base64 URLIMGWEBBASE64SVGOne way to convert the React SVG component into a real DOM element and then into a Base64 URL
Published onJuly 20, 2024Get Img Dom Base64 Png UrlIMGWEBBASE64PNGOne way to get base64 png url from a img dom
Published onMay 27, 2023Independent Module Url Processing For New Worker()New-Worker()New-URL()ModuleOne way to get right url in new Worker()