mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
preparing to move preview generation to lib/preview.js to be accessed it either inline or in a frok...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
80d9153873
commit
6878422e4a
19
ui (gen4)/lib/preview.js
Executable file
19
ui (gen4)/lib/preview.js
Executable file
@ -0,0 +1,19 @@
|
||||
/**********************************************************************
|
||||
*
|
||||
*
|
||||
*
|
||||
**********************************************************************/
|
||||
|
||||
define(function(require){ var module = {}
|
||||
|
||||
//var DEBUG = DEBUG != null ? DEBUG : true
|
||||
|
||||
|
||||
/*********************************************************************/
|
||||
|
||||
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
* vim:set ts=4 sw=4 : */
|
||||
return module })
|
||||
@ -6,6 +6,9 @@
|
||||
|
||||
var sharp = require('sharp')
|
||||
|
||||
var requirejs = require('requirejs')
|
||||
|
||||
|
||||
|
||||
/*********************************************************************/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user