chore: Remove semicolons (#1846)
* chore: Disable `semi` in Prettier * chore: Format w/o semi * Remove more `;` * Lint example * More ;
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
* - `native`: Frame is in the Camera's native Hardware Buffer format (PRIVATE). This is the most efficient Format.
|
||||
* - `unknown`: Frame has unknown/unsupported pixel-format.
|
||||
*/
|
||||
export type PixelFormat = 'yuv' | 'rgb' | 'dng' | 'native' | 'unknown';
|
||||
export type PixelFormat = 'yuv' | 'rgb' | 'dng' | 'native' | 'unknown'
|
||||
|
||||
Reference in New Issue
Block a user