CPunisher
CPunisher
后端相关的在这里 https://github.com/ciaochaos/qrbtf/issues/6 也是用nodejs写的,源码暂时没放出来
> @CPunisher 那请问一下咱们后端的node.js 提供的api 的参数在哪个位置呢,我不能只用一个图形吧 参数暂时参考: https://cpunisher.github.io/react-qrbtf/ 其中style参数为 base 25d bubble func line,每个样式的细节基本与上述文档保持一致 到时候会具体在整理一份
仅确保主流的二维码扫描工具(微信、QQ、支付宝等)能够正确识别。 看了下这个库的issue发现也有大量的无法识别问题。。。
I create a demo to illustrate this problem: https://codepen.io/Punisher-C/pen/KKGLBMP `katext-ml` is styled with `position: absolute` without any other position constraint (top, left, ...), which means the elements will display in...
Here is my opinion after reading napi source code for a while: When a field of a struct is set to `pub`, napi will automatically generate the setter for that...
Since napi currently reguards tuple as a list of args when calling functions, e.g. `function.call((arg1, arg2))`, implementing ToNapiValue for tuple makes it impossible to tell whether `(arg1, arg2)` is two...
This also needs to dynamically add fields on `data`. Maybe we can refer to https://github.com/web-infra-dev/rspack/pull/6631 's implementation of saving data only on the js side?
@liuq19 I think there are two ways: 1. Call `io::Read::read_to_end` to save data in a buffer, and call `from_slice`. This is a simple way that references https://github.com/simd-lite/simd-json/blob/dd7fc44f5526e3e2abe0ebba53bc1faed501a128/src/serde.rs#L143C8-L143C19. 2. Adapt `Reader`...
对于 AI 二维码,后端返回了图片地址 对于普通二维码,可以将数据转化为 base64 后通过创建 的方式唤起浏览器的下载