pdf.js/examples
Jonas Jenwald 4277205d78 Enable some Stylelint color-related rules to slightly reduce file sizes
- Use a consistent format for all alpha-values (this rule didn't require any code changes); see https://stylelint.io/user-guide/rules/alpha-value-notation
 - Use modern and slightly shorter color notation, since [according to MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb#browser_compatibility) that should be supported "everywhere" nowadays; see https://stylelint.io/user-guide/rules/color-function-notation/
 - Use "short" hexadecimal colors whenever possible; see https://stylelint.io/user-guide/rules/color-hex-length/
 - Help avoid adding broken hexadecimal colors (this rule didn't require any code changes); see https://stylelint.io/user-guide/rules/color-no-invalid-hex/
2023-10-05 17:51:21 +02:00
..
components [api-minor] Remove the default-factories from the viewer components (PR 15811 follow-up) 2023-06-23 11:54:30 +02:00
image_decoders Convert examples/image_decoders/jpeg_viewer.js to await/async #14123 2021-10-22 11:50:24 +01:00
learning Correct typos 2022-04-09 09:43:18 +09:00
mobile-viewer Enable some Stylelint color-related rules to slightly reduce file sizes 2023-10-05 17:51:21 +02:00
node [api-major] Remove the SVG back-end (PR 15173 follow-up) 2023-10-01 23:14:29 +02:00
text-only Enable the unicorn/prefer-dom-node-append ESLint plugin rule 2022-06-12 13:07:03 +02:00
webpack [api-minor] Use new Worker() syntax in webpack entrypoint 2022-09-13 11:12:00 -04:00
.eslintrc Enable the ESLint no-var rule globally 2021-03-13 16:12:53 +01:00