This commit is contained in:
Zsolt Viczian
2021-05-08 09:56:07 +02:00
parent b445a62f50
commit dc8223b6fa

View File

@@ -337,7 +337,7 @@ This template will prompt you for the title of the drawing. It will create a new
ea.setTheme(1); //set Theme to dark
await ea.create({
filename : title,
foldername : tp.file.folder(true),
foldername : folder,
//templatePath: 'Excalidraw/Template.excalidraw', //uncomment if you want to use a template
onNewPane : true
});