FontFinder
FontFinder copied to clipboard
Not working in sketch 67
Not working in sketch 67
I update line 5-7 to this in ~/Library/Application Support/com.bohemiancoding.sketch3/Plugins/FontFinder.sketchplugin/Contents/Sketch/findFontName.cocoascript to this:
// This 3 lines use just for deselect layers
// but I should use these for all of code
var document = require('sketch/dom').selectedDocument;
var selection = require('sketch/dom').selectedLayers;
var doc = context.document; ```