Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/
Class
yvlu/yvlu.ts:502–502 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
500
if
(isWebmFormat(imageBuffer)) {
501
return
{ width: 512, height: 512 };
502
}
503
504
// WebP文件格式解析
505
if
(imageBuffer.length < 30) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected