UNPKG

@g20/server

Version:
18 lines (16 loc) 548 B
/** * @g20/server 1.0.0-alpha.46 * (c) David Geo Holmes david.geo.holmes@gmail.com * Released under the MIT License. */ /** * A convenience function for initializing a new GraphicsBoard using SVG. * @param elementOrId HTML identifier (id) of element in which the board is rendered. * @param options An object that sets some of the board properties. */ // eslint-disable-next-line @typescript-eslint/no-unused-vars function initBoard(elementOrId, options = {}) { throw new Error(); } export { initBoard }; //# sourceMappingURL=index.js.map