Initial commit

This commit is contained in:
Brent Vatne
2015-03-30 22:07:55 -07:00
commit ea7a7bbcf7
12 changed files with 471 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
'use strict';
var keyMirror = require('keyMirror');
var VideoResizeMode = keyMirror({
contain: null,
cover: null,
stretch: null,
});
module.exports = VideoResizeMode;