We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Namespace: Markdown2Pdf.Options Assembly: Markdown2Pdf.dll
Provides information from where to load modules.
public enum ModuleLocation
Custom = 2
Loads the node_modules from the given (local) npm directory.
None = 0
Don't load any additional modules.
Remote = 1
Loads the node_modules over remote http-requests.
This option requires an internet connection.
There was an error while loading. Please reload this page.