LocalSymbolsToLibrarySymbols

plugins. LocalSymbolsToLibrarySymbols

Plugin to replace local symbols with foreign symbols (from libraries) This fixes the copy/paste symbols from one document to another.

Constructor

new LocalSymbolsToLibrarySymbols(libraries)

Source:
Example
sketch.use(new LocalSymbolsToLibrarySymbols([
  'path/to/libraries/buttons.sketch',
  'path/to/libraries/icons.sketch',
]));
Parameters:
Name Type Description
libraries array Filepath of the sketch file with the symbols