Skip to content

A port of Simple Focus's FlowType.js without the jQuery dependency

Notifications You must be signed in to change notification settings

JakeElder/flowtype-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

flowtype-js

A port of Simple Focus's FlowType.js without the jQuery dependency

Usage

npm install flowtype-js

const flowtype = require('flowtype-js');

flowtype(document.querySelector('#your-element'), {
 minimum   : 500,
 maximum   : 1200,
 minFont   : 12,
 maxFont   : 40,
 fontRatio : 30
});

See simplefocus.com/flowtype/ for details on configuration options

About

A port of Simple Focus's FlowType.js without the jQuery dependency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published