pdf.js/src/display
Calixte Denizet 9d11b51a3e Replace css color rgb(...) by #...
* it's faster to generate the color code in using a table for components
* it's very likely a way faster to parse (when setting the color in the canvas)
2020-11-02 10:25:04 +01:00
..
annotation_layer.js Replace css color rgb(...) by #... 2020-11-02 10:25:04 +01:00
annotation_storage.js Update all Object.fromEntries call-sites to ensure that a null prototype is used 2020-10-28 14:43:44 +01:00
api_compatibility.js [api-minor] Remove the disableCreateObjectURL option from the getDocument parameters, since it's now unused in the API 2020-05-22 00:22:48 +02:00
api.js Add (some) optional chaining usage in src/display/api.js 2020-10-26 11:11:48 +01:00
canvas.js Replace css color rgb(...) by #... 2020-11-02 10:25:04 +01:00
content_disposition.js Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00
display_utils.js Enable the ESLint no-var rule in the src/display/ folder 2020-10-02 16:16:23 +02:00
fetch_stream.js Enable the ESLint no-var rule in the src/display/ folder 2020-10-02 16:16:23 +02:00
font_loader.js Allow loading pdf fonts into another document. 2020-08-08 02:52:32 +00:00
metadata.js Update all Object.fromEntries call-sites to ensure that a null prototype is used 2020-10-28 14:43:44 +01:00
network_utils.js Enable the unicorn/prefer-starts-ends-with ESLint plugin rule 2020-02-16 12:41:53 +01:00
network.js Enable the ESLint no-var rule in the src/display/ folder 2020-10-02 16:16:23 +02:00
node_stream.js Re-factor setPDFNetworkStreamFactory, in src/display/api.js, to also accept an asynchronous function 2020-05-20 13:18:18 +02:00
node_utils.js Enable the ESLint no-var rule in the src/display/ folder 2020-10-02 16:16:23 +02:00
optional_content_config.js Update all Object.fromEntries call-sites to ensure that a null prototype is used 2020-10-28 14:43:44 +01:00
pattern_helper.js Replace css color rgb(...) by #... 2020-11-02 10:25:04 +01:00
svg.js Replace css color rgb(...) by #... 2020-11-02 10:25:04 +01:00
text_layer.js Fix the remaining ESLint no-var errors in the src/display/ folder 2020-10-02 16:29:13 +02:00
transport_stream.js Enable the ESLint no-var rule in the src/display/ folder 2020-10-02 16:16:23 +02:00
webgl.js Fix the remaining ESLint no-var errors in the src/display/ folder 2020-10-02 16:29:13 +02:00
worker_options.js Use typedef to define the type of GlobalWorkerOptions. 2020-08-03 19:06:28 +09:00