1.2.3 • Published 1 year ago

sketch-measure-compare v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

2 years ago

1.1.28

2 years ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.30

1 year ago

1.1.34

1 year ago

1.1.33

1 year ago

1.1.32

1 year ago

1.1.31

1 year ago

1.1.36

1 year ago

1.1.23

2 years ago

1.1.22

2 years ago

1.1.21

2 years ago

1.1.27

2 years ago

1.1.26

2 years ago

1.1.25

2 years ago

1.1.24

2 years ago

1.1.19

2 years ago

1.1.18

2 years ago

1.1.17

2 years ago

1.1.20

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.3

2 years ago