Skip to content

Instantly share code, notes, and snippets.

@jz5
Created September 6, 2015 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jz5/c3c37f4aa7fc7e167714 to your computer and use it in GitHub Desktop.
Save jz5/c3c37f4aa7fc7e167714 to your computer and use it in GitHub Desktop.
var myBoard = new DrawingBoard.Board('canvas', {
enlargeYourContainer: true, // お絵描きできる部分の大きさを CSS で指定したサイズにする
background: 'img/background.png', // 背景画像の設定
controls: [ // 表示するコントロールボタン
'Color',
'DrawingMode',
'Size',
'Navigation',
'Download'
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment