1.0.1 • Published 6 years ago

metallic_number v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Usage

Calculating Four Metallic Ratios. (黄金比、白銀比、青銅比、白金比を算出します。)

sample.png

.gold {
    height: ratio(g, 100px); // g or gold or golden
    // = height: 62px
}

.silver {
    height: ratio(s, 100px); // s or silver
    // = height: 71px
}

.bronze {
    height: ratio(b, 100px); // b or bronze
    // = height: 30px
}

.platinum {
    height: ratio(p, 100px); // p or platinum
    // = height: 58px

}
metalargumentsratio
黄金比gold, golden, g* 0.61803398875
白銀比silver, s* 0.70710678118
青銅比bronze, b* 0.30277563773
白金比platinum, p* 0.57735026918