Future<Uint8List> encode(String content) async { return await _api.encode(content, width, height, options); }