Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.getAvailableContainers = exports.availableContainers = void 0;
|
||||
exports.availableContainers = ['webm', 'mp4', 'wav'];
|
||||
const getAvailableContainers = () => {
|
||||
return exports.availableContainers;
|
||||
};
|
||||
exports.getAvailableContainers = getAvailableContainers;
|
||||
Reference in New Issue
Block a user