mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 02:53:50 +01:00
add space to comment
This commit is contained in:
parent
c55750613f
commit
023c416b5d
2
index.js
2
index.js
@ -27,7 +27,7 @@ import { createFile } from './src/utils/exportUtils.js';
|
||||
import sketchDataToJSON from './src/shape/sketchDataToJSON.js';
|
||||
import { JSONToBlob } from './src/utils/binaryUtils.js';
|
||||
|
||||
//usage: downloadStl({lineWidth:20})
|
||||
// usage: downloadStl({lineWidth:20})
|
||||
window.downloadStl = (options) => {
|
||||
store.dispatch(async (dispatch, getState) => {
|
||||
const state = getState();
|
||||
|
Loading…
Reference in New Issue
Block a user