Hi, is there an option to encode using bytes from glb? So this is possible: ``` var bytes = File.ReadAllBytes(file); var opt = new DracoEncodeOptions(); var drcBytes = Draco.Encode(bytes, opt); ```