Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

CILRocks/PixelPower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Pixel Power

Templates JSON for Pixel Power Extension.

Everyone is welcomed to contribute your ideas to the templates.json. Just add the templates you want and pull request, I'll check out and merge if it fits the rules.

Rules:

Nothing sensitive. Nothing political.

Advertising not allowed. Exception example: height of iPhone 6s.


Format:

A type:
"name": [
  // Leave 0 position for units
  [
    "unit name": number
    // the number will be used to multiply with pixels
    ...
  ]
  // Templates
  [],
  ...
]

Types like time, energy and length. Any template must be put under a right type.

A template:
[
  // Unit info
  [
    "unit name",
    bool // round the result
  ],
  // Conversion info
  [
    "display name",
    number, // will divide result with this number
    bool // round the result
  ]
]

About

JSON source for Pixel Power Extension.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published