• Gaëtan Renaudeau's avatar
    Implement options for captureFrame · d202a1ff
    Gaëtan Renaudeau authored
    - format: "base64" || "file"
    - type: "png" || "jpeg"/"jpg" || "webm" (android only)
    - quality: from 0 to 1 (iOS support only with type=jpg/jpeg)
    - filePath: for format=="file" you must provide a file path (you can use react-native-fs to get directory constants)
    d202a1ff
GLCanvasManager.m 1.4 KB