ȯsäm /ˈɔːsəm/ awesome https://osam.app is a tiny app to help manage, search, re-style, and render elemental graphics; like illustrations, icons, logos, badges, and symbols.
OSAM gives graphic-seekers under your brand: exactly what they need, where they need it, and how they need it delivered. With single-source files being remixable live within the app.
Here's how it will work:
And for content contributors / admins:
Currently OSAM is a very simple VUE.js app that is being bundled in Electron for distribution as an offline app.
The example files hosted in this repo are for testing only. Ideally OSAM will work as a DAM for various projects using their own files and style parameters.
-
live SVG styling with external CSS
-
PNG rendering / download
-
SVG rendering /download (combined custom CSS with minimal SVG)
-
Offline syncing with online repository
-
buildable as a web app
-
buildable as a linux flatpack
-
buildable as a macosx package
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint
This project was generated with electron-vue@cf53551 using vue-cli. Documentation about the original structure can be found here.