diff --git a/Export Current Page Artboards to PDF.sketchplugin b/Export Current Page Artboards to PDF.sketchplugin new file mode 100644 index 0000000..231ee1f --- /dev/null +++ b/Export Current Page Artboards to PDF.sketchplugin @@ -0,0 +1,2 @@ +var doc = doc || context.document +MSPDFBookExporter.exportPages([[doc currentPage]])