Skip to content

Commit

Permalink
chore: add comment for setCanvasBgColor
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienwnklr committed Jan 18, 2024
1 parent d84b219 commit 329fa38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Drawer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ class Drawer extends History {

/**
* Change canvas background color
*
* @note use setBgColor (only css) better for prevent draw front of current draw
* @param bgColor canvas css background color
* @returns {Promise<boolean>}
*/
Expand Down

0 comments on commit 329fa38

Please sign in to comment.