Created
September 6, 2015 03:11
-
-
Save jz5/c3c37f4aa7fc7e167714 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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