Socket
Book a DemoInstallSign in
Socket

segment-breakpoints

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

segment-breakpoints

Library for work with js breakpoints.

Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

segment-breakpoints v1.0.0

Library for work with js breakpoints.

Install via npm:

npm i segment-breakpoints --save

js

import SegmentBreakpoints from 'segment-breakpoints';
const SegmentBreakpoints = new SegmentBreakpoints({
    0:{
        min:false,
        in:fnc.b_in0x600,
        out:fnc.b_out0x600
    },
    600:{
        max:true,
        min:false,
        in:fnc.b_in600x700,
        out:fnc.b_out600x700
    },
    },
    1280:{
        max:true,
        min:false,
        in:fnc.b_in1280x1440,
        out:fnc.b_out1280x1440
    },
    },
    1600:{
        max:true,
        min:false,
        in:fnc.b_in1600,
        out:fnc.b_out1600
    }
});

FAQs

Package last updated on 15 Sep 2017

Did you know?

Socket

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.

Install

Related posts