README
information
This repository contain aasaam:
- Standard sizes for common use cases of logo such as favicon and device icons.
- Organization information on languages
Usage
Node.js
You can use it to grab latest information of aasaam organization.
Add this dependency/devDependencies into your package.json
{
"dependencies": {
"@aasaam/information": "^0"
}
}
const { languages, Organization } = require('@aasaam/information');
console.log(languages); // array of supported languages ['ar', 'de', ...]
console.log(Organization.en); // dump english version of organization detail
Raw from github page
curl -s https://aasaam.github.io/information/info/en/Organization.json | jq
Build
You will need to install node.js, inkscape, imagemagick and pngquant.
# install tools
sudo apt-get install inkscape imagemagick pngquant
# build icons
npm run build:icons
# build information
npm run build:info
Tools
We use this tools for create logos and optimize them.