回答編集履歴

5

markdown修正

2017/07/04 07:43

投稿

think49
think49

スコア18164

test CHANGED
@@ -10,11 +10,21 @@
10
10
 
11
11
  「方法」を知りたいのですね。
12
12
 
13
+
14
+
15
+ ### html2canvas
16
+
17
+
18
+
13
- 元となった stack overflow のスレッドでは canvas を利用する事で静止画をキャプチャしているようなの
19
+ 元となった stack overflow のスレッドでは canvas を利用する事で静止画をキャプチャしているようです。
14
20
 
15
21
 
16
22
 
17
23
  - [javascript - ボタンクリックしたら、HTMLの指定タグ(id)範囲のみ画面キャプチャしたい - スタック・オーバーフロー](https://ja.stackoverflow.com/questions/5807/%E3%83%9C%E3%82%BF%E3%83%B3%E3%82%AF%E3%83%AA%E3%83%83%E3%82%AF%E3%81%97%E3%81%9F%E3%82%89-html%E3%81%AE%E6%8C%87%E5%AE%9A%E3%82%BF%E3%82%B0id%E7%AF%84%E5%9B%B2%E3%81%AE%E3%81%BF%E7%94%BB%E9%9D%A2%E3%82%AD%E3%83%A3%E3%83%97%E3%83%81%E3%83%A3%E3%81%97%E3%81%9F%E3%81%84)
24
+
25
+
26
+
27
+ ### Whammy
18
28
 
19
29
 
20
30
 

4

markdown修正

2017/07/04 07:43

投稿

think49
think49

スコア18164

test CHANGED
@@ -1,4 +1,4 @@
1
- > https://goo.gl/roiiYJ
1
+ > [https://goo.gl/roiiYJ](https://goo.gl/roiiYJ)
2
2
 
3
3
  > この質問にあるような実装を行いたいです。
4
4
 

3

引用文を拡張\(質問文から回答の中で参照したURLが削除された為\)

2017/07/04 07:38

投稿

think49
think49

スコア18164

test CHANGED
@@ -1,3 +1,9 @@
1
+ > https://goo.gl/roiiYJ
2
+
3
+ > この質問にあるような実装を行いたいです。
4
+
5
+ > ...(中略)...
6
+
1
7
  > 具体的な方法などありましたら教えていただけませんでしょうか?
2
8
 
3
9
 

2

html2canvas

2017/07/04 07:37

投稿

think49
think49

スコア18164

test CHANGED
@@ -16,6 +16,8 @@
16
16
 
17
17
 
18
18
 
19
+ - [niklasvh/html2canvas: Screenshots with JavaScript](https://github.com/niklasvh/html2canvas)
20
+
19
21
  - [antimatter15/whammy: A real time javascript webm encoder based on a canvas hack](https://github.com/antimatter15/whammy)
20
22
 
21
23
  - [Whammy JavaScript - Google 検索](https://www.google.co.jp/search?q=Whammy+JavaScript)

1

markdown修正

2017/07/04 06:15

投稿

think49
think49

スコア18164

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- アニメーションの原理で一定時間毎に html2canvas を実行すれば、canvasにアニメーションを描画する事になり、Whammy で動画を保存できるかもしれません(未検証)。
15
+ 一定時間毎に **html2canvas** を実行すれば、canvasにアニメーション」される事になり、**Whammy** で動画を保存できるかもしれません(未検証)。
16
16
 
17
17
 
18
18