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()
Published onMay 8, 2023React Document SummaryReactHookReact-Componentsreact-hook use with to reduce unnecessary child-component re-render use and wrap child components in to share data between components without passing data by props. use with to improve user expe...