UNPKG

goban

Version:

[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

4 lines (3 loc) 250 B
import { ThemesInterface } from "./"; export declare function renderPlainStone(ctx: CanvasRenderingContext2D, cx: number, cy: number, radius: number, color: string, strokeStyle: string): void; export default function (THEMES: ThemesInterface): void;