Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
According to one stylesheet, generate upx version and @1x, @2x and @3x stylesheet
According to one stylesheet, generate upx version and @1x, @2x and @3x stylesheet.
This set of tools contains:
The raw stylesheet only contains @2x style, and if you
/*no*/
after the declaration/*px*/
after the declarationAttention: Dealing with SASS or LESS, only /*...*/
comment can be used, in order to have the comments persisted
$ npm install -g px2upx
$ px2upx -o build src/*.wxss
Usage: px2upx [options] <file...>
Options:
-h, --help output usage information
-V, --version output the version number
-u, --upxUnit [value] set `upx` unit value (default: 75)
-x, --threeVersion [value] whether to generate @1x, @2x and @3x version stylesheet (default: false)
-r, --upxVersion [value] whether to generate upx version stylesheet (default: true)
-b, --baseDpr [value] set base device pixel ratio (default: 2)
-p, --upxPrecision [value] set upx value precision (default: 6)
-o, --output [path] the output file dirname
var Px2upx = require('px2upx');
var px2upxIns = new Px2upx([config]);
var originCssText = '...';
var dpr = 2;
var newCssText = px2upxIns.generateUpx(originCssText); // generate upx version stylesheet
var newCssText = px2upxIns.generateThree(originCssText, dpr); // generate @1x, @2x and @3x version stylesheet
MIT
FAQs
According to one stylesheet, generate upx version and @1x, @2x and @3x stylesheet
The npm package px2upx receives a total of 2 weekly downloads. As such, px2upx popularity was classified as not popular.
We found that px2upx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.