Skip to content

JavaScript Constructor

Choose a tag to compare

@Snugug Snugug released this 21 Feb 16:41
· 18 commits to 1.x.x since this release

You can now construct an EQ from JavaScript!

var component = document.querySelector('.component');
eqjs.definePts(component, {
  small: 400,
  medium: 600,
  large: 900
});