Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
既存の html5 キャンバス ホワイトボードがあります。Kinetic で既存のキャンバスを使用して、その機能の一部を追加するにはどうすればよいですか?
ありがとう!
次のように新しいレイヤーを作成できます。
var whiteboardLayer = new Kinetic.Layer();
生成されたキャンバス要素に次のようにアクセスします。
var canvas = whiteboardLayer.getCanvas().getElement();