README
Elektra Design System
Installation as a npm module
This repo can be installed via npm
by running
npm i -D wsk-designsystem
It will be listed in the package.json
as "wsk-designsystem".
Once installed, it is recommended to run an optimization on the .svg
files.
This optimization is left to the consumer.
The recommended optimizer is SVGO.
This repo exposes a list of rules to be applied to SVGO, exported by the index.js
file.