improvements on osc input
This commit is contained in:
14
ToposServer/banner.js
Normal file
14
ToposServer/banner.js
Normal file
@ -0,0 +1,14 @@
|
||||
var pjson = require('./package.json');
|
||||
let banner = `
|
||||
┏┳┓ ┏┓┏┓┏┓
|
||||
┃ ┏┓┏┓┏┓┏ ┃┃┗┓┃
|
||||
┻ ┗┛┣┛┗┛┛ ┗┛┗┛┗┛
|
||||
┛
|
||||
${pjson.version}\n`
|
||||
function greet() {
|
||||
console.log(banner)
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
greet: greet
|
||||
}
|
||||
Reference in New Issue
Block a user