Package Exports
- @aasaam/information
 
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aasaam/information) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 detailRaw from github page
curl -s https://aasaam.github.io/information/info/en/Organization.json | jqBuild
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:infoTools
We use this tools for create logos and optimize them.