1.5.0 • Published 6 years ago

@teamdigitaledge/paint v1.5.0

Weekly downloads
6
License
MIT
Repository
-
Last release
6 years ago

To use

  1. npm i @teamdigitaledge/paint
  2. Define a palette
  3. Use as inline styling:

Secondary: :style="paint.primary(palette)"

Convex: :style="paint.convex(palette.secondary)"

Secondary and convex: :style="paint.secondary(palette), paint.convex(palette.secondary)"

To modify

  1. Change the index.js file
  2. Bump version in package.json
  3. Commit
  4. Tag
  5. nmp login (ask JP for credentials if you need them)
  6. npm config set scope teamdigitaledge
  7. npm publish --access public (public for now)

To upgrade

npm upgrade @teamdigitaedge/paint

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago