JSPM

setcssstyle

0.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 2
    • Score
      100M100P100Q30470F
    • License MIT

    An optimized, cross-browser, high-performance, well-coded and lightweight CSS-Style Setter for JavaScript and Javascript-based animation/tweening engine that runs anywhere

    Package Exports

    • setcssstyle

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (setcssstyle) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    setcssstyle

    An optimized, cross-browser, high-performance, well-coded and lightweight CSS-Style Setter for JavaScript and Javascript-based animation/tweening engine that runs anywhere

    size gzipsize CDNJS jsdelivr unpkg npmcdn NPM Version NPM Downloads
    NPM

    CDN

    # unpkg
    https://unpkg.com/setcssstyle
    
    # npmcdn
    https://npmcdn.com/setcssstyle
    
    # jsDelivr
    https://cdn.jsdelivr.net/npm/setcssstyle

    Installing

    $ npm install setcssstyle
    # or
    $ yarn add setcssstyle

    Usage

    var setcss = require('setcssstyle');
    var css = getcss(domNode, config);
    
    css({width:'200px'});