Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtil authored Jul 19, 2023
1 parent 527804b commit b842fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer/Viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class Viewer {
* @param {Number} [params.height] Desired height of result in pixels - defaults to height of canvas.
* @param {String} [params.format="jpeg"] Desired format; "jpeg", "png" or "bmp".
* @param {Boolean} [params.includeGizmos=false] When true, will include gizmos like {@link SectionPlane} in the snapshot.
* @param {Boolean} [params.capture=false] When true, will get plugins container that are not document.body and will append an canvas on document.body with the representation of the container draw on it.
* @param {Boolean} [params.capture=false] When true, will get plugins container that are not document.body and will append an canvas on document.body with the representation of the container drawn on it.
* @returns {String} String-encoded image data URI.
*/
getSnapshot(params = {}) {
Expand Down

0 comments on commit b842fd4

Please sign in to comment.