stash progress
This commit is contained in:
parent
c169b7fbae
commit
dab5c34bad
|
@ -11,7 +11,7 @@ nav.init = function () {
|
|||
{ type: 'radio', id: 'controls', group: '1', caption: 'Controls', icon: 'fa fa-tasks' },
|
||||
{ type: 'radio', id: 'light', group: '1', caption: 'Light', icon: 'mcopy-light' },
|
||||
{ type: 'radio', id: 'script', group: '1', caption: 'Script', icon: 'fa fa-code' },
|
||||
//{ type: 'radio', id: 'video', group: '1', caption : 'Digital', icon: 'fa fa-video'},
|
||||
{ type: 'radio', id: 'video', group: '1', caption : 'Film Out', icon: 'fa fa-video'},
|
||||
{ type: 'spacer' },
|
||||
{ type: 'radio', id: 'settings', group: '1', caption: 'Settings', icon: 'fa fa-cogs' }
|
||||
],
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
'use strict';
|
||||
|
||||
/**
|
||||
* @module digital
|
||||
* For rendering and displaying single frames for film-out features.
|
||||
**/
|
||||
|
||||
import delay = require('delay');
|
||||
import Log = require('log');
|
||||
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
'use strict';
|
||||
|
||||
/**
|
||||
* @module display
|
||||
* Provides features for displaying a full screen display of images for the digital module.
|
||||
**/
|
||||
|
||||
import path = require('path');
|
||||
import exec = require('exec');
|
||||
import spawn = require('spawn');
|
||||
|
|
Loading…
Reference in New Issue