@yfiles/vsdx-export
Version:
A placeholder package that helps you download and install the Vsdx Export addon for yFiles for HTML.
24 lines (22 loc) • 805 B
JavaScript
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',
)
const pjson = require('./package.json')
require('open')(
'https://www.yworks.com/products/yfiles/vsdx-export?utm_source=npm-vsdx-export' +
pjson.version +
'&utm_medium=banner&utm_campaign=redirect',
)