Skip to content

Commit

Permalink
Changer ver = '0.0.2'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun Koda committed Sep 8, 2016
1 parent 2b698ef commit 884e348
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*~
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
### 局面図を作る

```html
<figure id="fig1" class="kyokumen" data-sente="先手" data-gote="後手" data-sfen="lnsgkgsnl/1r5b1/ppppppppp/9/9/9/PPPPPPPPP/1B5R1/LNSGKGSNL b 1"></figure>
<figure id="fig1" class="kyokumen" data-sente="先手" data-gote="後手" data-sfen="lnsgkgsnl/1r5b1/ppppppppp/9/9/9/PPPPPPPPP/1B5R1/LNSGKGSNL b 1"></figure>
```

### 局面図を変更する
Expand All @@ -39,7 +39,7 @@ data-board は変更したい図の `id`。
<body>
<script src="https://junkoda.github.io/kyokumen/0/kyokumen.js"></script>

<figure id="board1" class="kyokumen" data-sente="先手" data-gote="後手"
<figure id="board1" class="kyokumen" data-sente="先手" data-gote="後手"
data-sfen="8l/1l+R2P3/p2pBG1pp/kps1p4/Nn1P2G2/P1P1P2PP/1PS6/1KSG3+r1/LN2+p3L w Sbgn3p 124">
</figure>

Expand All @@ -49,11 +49,6 @@ data-board は変更したい図の `id`。
</html>
```

## 既知の問題

* Safari では持ち駒の上の駒記号が回転してる


## 参加

オープンソースへの参加を歓迎します。
Expand Down
2 changes: 1 addition & 1 deletion kyokumen.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

if (typeof kyokumenJs == 'undefined') {
kyokumenJs = {
ver: '0.0.1',
ver: '0.0.2',
senteMark: '☗',
goteMark: '☖',

Expand Down

0 comments on commit 884e348

Please sign in to comment.