Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.DEFAULT_CODEC = exports.validCodecs = void 0;
|
||||
exports.validCodecs = [
|
||||
'h264',
|
||||
'h265',
|
||||
'vp8',
|
||||
'vp9',
|
||||
'mp3',
|
||||
'aac',
|
||||
'wav',
|
||||
'prores',
|
||||
'h264-mkv',
|
||||
'h264-ts',
|
||||
'gif',
|
||||
];
|
||||
exports.DEFAULT_CODEC = 'h264';
|
||||
Reference in New Issue
Block a user