Source: config.js

/** @namespace
 * @prop {object} text
 * @prop {number} text.speed - typing speed
 */

export let config = {
    text: {
        speed: 15
    }
}