dwmkerr / crosswords-js

Tiny, lightweight crossword control for the web.
https://dwmkerr.github.io/crosswords-js/
MIT License
71 stars 27 forks source link

feat: crosswords resize automatically to fit their container #7

Closed dwmkerr closed 4 years ago

dwmkerr commented 4 years ago

This makes it much easier to drop them into a page. Fonts are also scaled automatically, although this currently require javascript to listen for the window.onresize event.

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@3d65551). Click here to learn what that means. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #7   +/-   ##
=========================================
  Coverage          ?   31.12%           
=========================================
  Files             ?        6           
  Lines             ?      302           
  Branches          ?        0           
=========================================
  Hits              ?       94           
  Misses            ?      208           
  Partials          ?        0
Impacted Files Coverage Δ
src/crossworddom.js 4.5% <0%> (ø)
src/helpers.js 25% <100%> (ø)
src/index.js 85.71% <75%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3d65551...a5283b0. Read the comment docs.