move canvg and rgbcolor libs to external

This commit is contained in:
jfh
2020-08-28 01:28:14 +02:00
parent 2827efc88f
commit bac5d13d20
6 changed files with 117 additions and 12 deletions

View File

@@ -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',

View File

@@ -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',