Download

NPM / Yarn Package

chessboard2 is on npm under the name @chrisoakman/chessboard2

# using npm
npm install @chrisoakman/chessboard2
# using yarn
yarn add @chrisoakman/chessboard2

Content Delivery Network

You can use chessboard2 via the unpkg CDN with the following links:

<link rel="stylesheet"
      href="https://unpkg.com/@chrisoakman/chessboard2@0.5.0/dist/chessboard2.min.css"
      integrity="sha384-47VeTDpmy4yT21gKPXQcLQYQZwlmz27gEH5NTrOmTk3G/SGvMyltclOW/Q8uE+sL"
      crossorigin="anonymous">
<script src="https://unpkg.com/@chrisoakman/chessboard2@0.5.0/dist/chessboard2.min.js"
        integrity="sha384-/KwQCjA1GWovZNV3QDVtvSMDzO4reGgarF/RqHipr7hIUElH3r5zNl9WEPPOBRIF"
        crossorigin="anonymous"></script>

Development

GitHub