Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.Null = void 0;
|
||||
/**
|
||||
* @deprecated <Null /> has been removed as of Remotion v4.0.228. The native clipping APIs were experimental and subject to removal at any time. We removed them because they were sparingly used and made rendering often slower rather than faster.
|
||||
*/
|
||||
const Null = () => {
|
||||
throw new Error('<Null> has been removed as of Remotion v4.0.228. The native clipping APIs were experimental and subject to removal at any time. We removed them because they were sparingly used and made rendering often slower rather than faster.');
|
||||
};
|
||||
exports.Null = Null;
|
||||
Reference in New Issue
Block a user