Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/simulator/src/data/save.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function download(filename, text) {
* Function to generate image for the circuit
* @param {string} imgType - ex: png,jpg etc.
* @param {string} view - view type ex: full
* @param {boolean} transparent - tranparent bg or not
* @param {boolean} transparent - transparent bg or not
* @param {number} resolution - resolution of the image
* @param {boolean=} down - will download if true
* @category data
Expand Down
2 changes: 1 addition & 1 deletion v1/src/simulator/src/data/save.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function download(filename, text) {
* Function to generate image for the circuit
* @param {string} imgType - ex: png,jpg etc.
* @param {string} view - view type ex: full
* @param {boolean} transparent - tranparent bg or not
* @param {boolean} transparent - transparent bg or not
* @param {number} resolution - resolution of the image
* @param {boolean=} down - will download if true
* @category data
Expand Down