UNPKG

sketch-constructor

Version:

Read/write/manipulate Sketch files in Node without Sketch plugins!

9 lines (7 loc) 193 B
declare class GraphicsContextSettings { _class: 'graphicsContextSettings'; blendMode: number; opacity: number; constructor(args?: any, json?: any); } export = GraphicsContextSettings;