Fixed config for frames and added only frames to canvas
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
module.exports = {
|
||||
|
||||
canvas: {
|
||||
margin: 0,
|
||||
margin: 5,
|
||||
text: {
|
||||
fill: '#ffffff',
|
||||
activeFill: '#000000',
|
||||
activeFill: '#ffffff',
|
||||
},
|
||||
rect: {
|
||||
fill: '#444444',
|
||||
activeFill: '#ffffff',
|
||||
fill: '#000000',
|
||||
activeFill: '#444444',
|
||||
width: 100,
|
||||
},
|
||||
},
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
|
||||
default: {
|
||||
fill: '#000000',
|
||||
stroke: '#f31fb3',
|
||||
width: 1,
|
||||
height: 1,
|
||||
},
|
||||
|
||||
image: {
|
||||
fill: 'rgba(0,0,0,0.2)',
|
||||
strokeWidth: 1,
|
||||
},
|
||||
|
||||
black: {
|
||||
fill: '#000000',
|
||||
strokeWidth: 0,
|
||||
},
|
||||
|
||||
white: {
|
||||
fill: '#ffffff',
|
||||
strokeWidth: 0,
|
||||
},
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user