mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 08:53:25 +01:00
12 lines
203 B
JavaScript
12 lines
203 B
JavaScript
export default {
|
|
operandA: {
|
|
type: 'shell',
|
|
markColor: 0xC9FFBC,
|
|
initializeBySelection: 0
|
|
},
|
|
operandB: {
|
|
type: 'shell',
|
|
markColor: 0xFFBEB4,
|
|
initializeBySelection: 1
|
|
}
|
|
};
|