1.2.3 • Published 3 years ago

sketch-measure-compare v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Sketch-Measure-Compare

A tool for easy comparison of UI and web pages

Guide

Step1: Installation

Method 1: Using CDN in HTML (Recommend)

const script = document.createElement('script');
script.onload = () => {
    // sketchMeasureCompare.init();
    // or init with options
    sketchMeasureCompare.init({
      zIndex: 10000,
      width: 0,
      enableDomRulers: false,
      enableTextReplace: false,
      offsetY: 0
    });
};
script.src = "https://unpkg.com/sketch-measure-compare@latest/index.min.js";
document.head.appendChild(script);

Available CDN:

Backup:

Method 2: Using Chrome Extension

Download and unzip: https://github.com/Neco86/Sketch-Measure-Compare/archive/refs/heads/extension.zip

Load the unpacked extension

Step2: Click the UI button to switch page

Step3: Choose files

Click upload button to upload local sketch measure folder;

Step4: Compare UI and your website page

demo

1.1.29

3 years ago

1.1.28

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.30

3 years ago

1.1.34

3 years ago

1.1.33

3 years ago

1.1.32

3 years ago

1.1.31

3 years ago

1.1.36

3 years ago

1.1.23

3 years ago

1.1.22

3 years ago

1.1.21

3 years ago

1.1.27

3 years ago

1.1.26

3 years ago

1.1.25

3 years ago

1.1.24

3 years ago

1.1.19

3 years ago

1.1.18

3 years ago

1.1.17

3 years ago

1.1.20

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.3

3 years ago