UNPKG

shogi-player

Version:

Shogi board web components has functions for replaying, manipulating, and editing

10 lines (6 loc) 207 B
<!DOCTYPE html> <meta charset="utf-8"> <title>shogi-player-wc demo</title> <script src="https://unpkg.com/vue@2"></script> <script src="./shogi-player-wc.js"></script> <shogi-player-wc></shogi-player-wc>