move canvg and rgbcolor libs to external
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* adopted for moinmoins item storage. It sends in one post png and svg data
|
||||
* (I agree to dual license my work to additional GPLv2 or later)
|
||||
*/
|
||||
import {canvg} from '../canvg/canvg.js';
|
||||
import {canvg} from '../../external/canvg/canvg.js';
|
||||
|
||||
export default {
|
||||
name: 'server_moinsave',
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* @copyright 2010 Alexis Deveria
|
||||
*
|
||||
*/
|
||||
import {canvg} from '../canvg/canvg.js';
|
||||
import {canvg} from '../../external/canvg/canvg.js';
|
||||
|
||||
export default {
|
||||
name: 'server_opensave',
|
||||
|
||||
Reference in New Issue
Block a user