@droppedcode/typedoc-plugin-copy-assets
Version:
This plugin for typedoc copies the assets found in comments to the output assets folder.
15 lines • 473 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.optionsKey = exports.defaultOptions = void 0;
/** Default option values. */
exports.defaultOptions = {
onlyImages: true,
include: undefined,
exclude: undefined,
includePath: undefined,
excludePath: undefined,
copyHtmlImgTag: false,
};
/** Key of the options in the options file. */
exports.optionsKey = 'copyAssets';
//# sourceMappingURL=copy-assets-options.js.map