Hello there
I’m trying to import the h264-mp4-encoder package but without success
I tried the module require debugger notebook but got the 😭 Okay, so: nothing worked.
message, and tried different things with require
like :
HME = require('h264-mp4-encoder')
HME = require('h264-mp4-encoder@1.0.9/embuild/dist/h264-mp4-encoder.web.js')
HME = require('https://unpkg.com/h264-mp4-encoder/embuild/dist/h264-mp4-encoder.web.js')
But always get an Me: invalid module
error.
If anyone here knows how to solve this, I would really appreciate the help