UNPKG

@kurohyou/k-scaffold

Version:

This framework simplifies the task of writing code for Roll20 character sheets. It aims to provide an easier interface between the html and sheetworkers with some minor css templates.

7 lines (5 loc) 128 B
const colors = require('colors'); const kStatus = (string) => { console.log(`${string}`.bgBlue); } module.exports = kStatus;