gluegun icon indicating copy to clipboard operation
gluegun copied to clipboard

Using Template Directly from toolbox

Open lvlrSajjad opened this issue 5 years ago • 0 comments

Hey guys I just wanted to use some of toolbox components directly in my electron.js project So i installed gluegun this way : npm i gluegun --save Then tried to use template like this : import {template} from 'gluegun' template.generate( .... It seems we can not use template this way But also it seems we have a possible solution related to this line https://github.com/infinitered/gluegun/blob/master/src/toolbox/template-tools.ts#L38 @jamonholmgren

lvlrSajjad avatar Jan 26 '19 19:01 lvlrSajjad