strong-rem

1.0.0 • Public • Published

strong-rem

A flexible mobile page adaptation scheme based on lib-flexible.

Install

Using unpkg CDN

<script src="https://unpkg.com/strong-rem/index.js"></script>

If you use script tag import, you can ignore the Usage step of Import the module of npm at the top

Using npm

npm install strong-rem --save-dev

Usage

Insert meta tag of the viewport in the head tag

<head>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
</head>

Import the module of npm at the top

CommonJS

require('strong-rem')

ESM

import 'strong-rem'

License

strong-rem is MIT licensed.

Package Sidebar

Install

npm i strong-rem

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

6.69 kB

Total Files

7

Last publish

Collaborators

  • amoydreamer