▲ | mg 19 hours ago | |
You are right. I always wish for more specifics too when we talk about code here. The library was https://mediabunny.dev/ Before I used my own proprietary code for media encoding/decoding. I also tested a WASM port of ffmpeg for a while. Mediabunny's documentation might be fine for some developers, but personally I prefer a reference where I have a list of all functions and their specifications. Yes, I understand the library much better now. | ||
▲ | petetnt 14 hours ago | parent [-] | |
Personally looking at the documentation I would say that "no good documentation" is highly misleading, because the documentation that it provides is incredibly detailed from quick starts to detailed explanations, offers a lot of examples and has very high quality typings with inline documentation. Not to mention the code itself is documented thoroughly. Sure it doesn't have an API reference, but you get that from the typings, that what I usually do - just check the imports first and go from there. |