@drovp/font-generator
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -5,2 +5,3 @@ "use strict"; | ||
const types_1 = require("@drovp/types"); | ||
const DESTINATION_MODIFIER = process.platform === 'darwin' ? 'Alt' : 'Ctrl'; | ||
const optionsSchema = [ | ||
@@ -12,3 +13,3 @@ { | ||
title: 'Ask for destination', | ||
description: `Always ask for destination. Also available as a <kbd>ctrl</kbd> drop modifier key.`, | ||
description: `Always ask for destination. Also available as a <kbd>${DESTINATION_MODIFIER}</kbd> drop modifier key.`, | ||
}, | ||
@@ -65,3 +66,2 @@ { | ||
}); | ||
const DESTINATION_MODIFIER = process.platform === 'darwin' ? 'Alt' : 'Ctrl'; | ||
exports.default = (plugin) => { | ||
@@ -68,0 +68,0 @@ plugin.registerProcessor('font-generator', { |
{ | ||
"name": "@drovp/font-generator", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Generate ttf, woff, woff2, eot, and svg fonts with optional subsetting.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8341