https://github.com/wanadev/obsidian-asset-fs
An high-level way to handle assets in web application
https://github.com/wanadev/obsidian-asset-fs
Last synced: 4 months ago
JSON representation
An high-level way to handle assets in web application
- Host: GitHub
- URL: https://github.com/wanadev/obsidian-asset-fs
- Owner: wanadev
- License: other
- Archived: true
- Created: 2017-04-19T15:41:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T12:24:21.000Z (almost 5 years ago)
- Last Synced: 2024-12-16T16:03:03.676Z (5 months ago)
- Language: JavaScript
- Homepage: https://wanadev.github.io/obsidian-asset-fs/
- Size: 925 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Obsidian Asset FS
[](https://travis-ci.org/wanadev/obsidian-asset-fs)
[](https://www.npmjs.com/package/obsidian-asset-fs)
[](https://github.com/wanadev/obsidian-asset-fs/blob/master/LICENSE)
[]()
[]()
[](https://greenkeeper.io/)**Obsidian Asset FS** abstracts the access to the assets (you do not need to
know how assets are stored, if they have already been downloaded or not,...).For more information, read the doc:
* https://wanadev.github.io/obsidian-asset-fs/
## Changelog
* **1.1.4**: Updates dependencies
* **1.1.3**: Updates yargs to 8.x.x
* **1.1.2**: Fixes `null` asset offset in generated index files
* **1.1.1**: Fixes bin folder
* **1.1.0**: A CLI is available for the OAF generation tool (`oafgen`)
* **1.0.0**: Initial release