UNPKG

goban-engine

Version:

This contains the built Go engine that is used by the Goban package. There are no display components in this package, only the logic for playing the game of Go, making it suitable for usage in node.js or other server-side environments.

3 lines (2 loc) 121 B
/** Simple 50% blend of two colors in hex format */ export declare function color_blend(c1: string, c2: string): string;