UNPKG

@luis.bs/obsidian-attachments-cache

Version:

Store images and other attachments on the vault

14 lines (13 loc) 496 B
/*! * @copyright Copyright (c) 2022-present Luis Brayan * @license @luis.bs/obsidian-attachments-cache@0.7.0 is released under the GPL-3.0-or-later license * @source https://github.com/luisbs/obsidian-attachments-cache */ const t = (n) => { n.plugins.enabledPlugins.has("attachments-cache"); }, e = (n) => n ? n.plugins.plugins["attachments-cache"]?.api : window.AttachmentsCache; export { e as getAPI, t as isPluginEnabled }; //# sourceMappingURL=obsidian-attachments-cache.esm.js.map