We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
看到了作者在 Extension store 的回复,似乎在寻找一种更短的唯一文件标识符
之前我用过一个 xxhash 库,作者可以尝试把图片的 base64 编码作为输入
base64
import xxhash from "xxhashjs"; function calcHash(text: string): string { return xxhash.h32(text, 0).toString(16); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
看到了作者在 Extension store 的回复,似乎在寻找一种更短的唯一文件标识符
之前我用过一个 xxhash 库,作者可以尝试把图片的
base64
编码作为输入The text was updated successfully, but these errors were encountered: