UNPKG

muhammara

Version:

Create, read and modify PDF files and streams. A drop in replacement for hummusjs PDF library

10 lines (6 loc) 306 B
'use strict'; const { createConsola } = require('consola/basic'); // match the default behavior of npm and node-gyp where stdout is reserved for output that is expected // to be used programmatically (usually json) const log = createConsola({ stdout: process.stderr }); module.exports = exports = log;