@yfiles/vsdx-export
Version:
A placeholder package that helps you download and install the Vsdx Export addon for yFiles for HTML.
17 lines (16 loc) • 586 B
JavaScript
#! /usr/bin/env node
const kleur = require('kleur')
console.error(kleur.bold('\nYou probably do not need this module, which is mostly a placeholder.'))
console.error(
kleur.bgBlue(
kleur.white(
kleur.bold(
'Please download the VSDX Export for yFiles for HTML from https://www.yworks.com/products/yfiles/vsdx-export, instead',
),
),
),
)
console.log(
'The VSDX Export for yFiles for HTML itself is not currently available publicly on npm registries, but may be uploaded ' +
'to your private registries from a licensed package.\n',
)