UNPKG

@reis/seki

Version:

Seki – A modern javascript based Go board renderer and player, that is simple to use, extensible, compact and intuitive.

12 lines (9 loc) 231 B
import MarkupCircle from './markup-circle.js' import {markupTypes} from '../../constants/markup.js' /** * Last move marker */ export default class MarkupLastMove extends MarkupCircle { //Type type = markupTypes.LAST_MOVE }