white / server /client_configuration.js
hanahana05's picture
Upload folder using huggingface_hub
34e0b30 verified
raw
history blame contribute delete
420 Bytes
const config = require("./configuration");
/** Settings that should be handed through to the clients */
module.exports = {
MAX_BOARD_SIZE: config.MAX_BOARD_SIZE,
MAX_EMIT_COUNT: config.MAX_EMIT_COUNT,
MAX_EMIT_COUNT_PERIOD: config.MAX_EMIT_COUNT_PERIOD,
BLOCKED_TOOLS: config.BLOCKED_TOOLS,
BLOCKED_SELECTION_BUTTONS: config.BLOCKED_SELECTION_BUTTONS,
AUTO_FINGER_WHITEOUT: config.AUTO_FINGER_WHITEOUT,
};