mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2025-04-20 17:56:24 +02: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 sketchDataToJSON from './src/shape/sketchDataToJSON.js';
|
||||||
import { JSONToBlob } from './src/utils/binaryUtils.js';
|
import { JSONToBlob } from './src/utils/binaryUtils.js';
|
||||||
|
|
||||||
//usage: downloadStl({lineWidth:20})
|
// usage: downloadStl({lineWidth:20})
|
||||||
window.downloadStl = (options) => {
|
window.downloadStl = (options) => {
|
||||||
store.dispatch(async (dispatch, getState) => {
|
store.dispatch(async (dispatch, getState) => {
|
||||||
const state = getState();
|
const state = getState();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user