Acess to unminified JS Code of ContentTypes
Hello,
I would like to understand, how the AudioRecorder works. I tried to work through the JS Code, but only found the minified version in the "dist" folder and the source code on https://github.com/h5p/h5p-audio-recorder/tree/master/src (I suggest that needs to be bundled by wepack, before it can be executed on the browser). As I don't know how Webpack works, I'd like to ask if there is a unminified JS Code also?