Showing 1-20 of 52 packages
Send repository dispatch events to a GitHub repository
A collection of APIs that provide dynamic product support for DPX and sales funnels
Air web React component library for Figma Make
Native Javascript DPX Image Reader
DPX Node SDK
DPX component library
`dpx` is like `npx` for Deno, easily run a Deno CLI package.
Tool deployment utilities for DXP AI Platform
将 dpx|y 转化成vw|vh 单位
This is a wasm-based (using rust-crypto) implementation of scrypt key derivation function that doesn't require any privileges.
基于postcss-plugin-px2rem 实现的一个postcss插件,用来将css中的dpx 换算成px以及将px转换成rem.保留了postcss-plugin-px2rem的所有配置。
* 应用中,对字体大小不使用`rem`, rem的基准值与屏幕宽度成正比, 这就造成相同分辨率的屏幕,越宽字越大,越窄字越小, 在开发过程中,我们创造了 `dpx` (dpr px) 这个单位, 按照dpr来放大 1*px, 2*px, 3*px 大小的字体,再按照屏幕dpr缩小, 这样就达到了字体 不缩放, 各种屏幕的字体看起来都差不多,也与屏幕宽度无关。 * 边框一般不使用`rem` , 在移动设备上最常见的就是`1px`的边框, 由上一条规则我们知道`rem`无法精确到`1px`, 它只是一个与屏幕
Check if a package name is available in the https://deno.land/x third-party Deno modules registry.
Check if GraphicsMagick is installed.
A professional React context menu with issue reporting, network logging, and error tracking
Decentralized Registry Package Manager (DRPM) helps developers publish, install, find and manage Decentralized Packages (DPKs) published to Decentralized Web Nodes (DWNs). DRPM does this by looking up a Decentralized Identifier (DID) to find its DID docum
Serialize Canvas path commands to HPGL.
Get your public IP address in Deno.
解析.vue中的样式,将其中的px单位改成rem,可以设置不想转换成rem的单位(其他那个https://github.com/songsiqi/px2rem在webpack的production环境,会先执行uglify, 会造成注释被移除掉, 所以无法用注释来作为转与不转的标记 )
This is a starter template for building Deno packages, with GitHub Actions CI, tests, and a CLI.