umd
Here are 143 public repositories matching this topic...
Hi,
In our app, we create new documents, and edit existing ones.
The documents we are manipulating are not encrypted, however I need to encrypt the new and edited documents I create.
Is that possible in pdf-lib?
I know this option exists in other libraries.
Thanks, and very nice work!
-
Updated
May 10, 2020 - JavaScript
Type:
- bug
- feature
- enhancement
- question
Environment:
- OS: OSX
- Browser: Chrome Version 75.0.3770.100 (Official Build) (64-bit)
- Library Version: 1.3.0, also on demo page - https://rubenspgcavalcante.github.io/leaflet-ant-path/
I'm going to open a PR:
- yes
- no
Description:
When zooming out to <= 0 the animation freezes.
Zoom
Feature request
Use case(s)
we are not updating tslint.json in existing project. Currently migrate script just echoes that nothing was updated, because it does no-op. This should be fixed/implemented. All we need to do is to find out how to properly merge .jsonc files ( json files with comments )
-
Updated
Mar 24, 2020 - JavaScript
-
Updated
Nov 10, 2017 - TypeScript
-
Updated
Mar 28, 2020 - JavaScript
klap vs microbundle?
Looks like klap is in the same domain as microbundle. Would be nice to compare the 2?
-
Updated
Apr 24, 2020 - JavaScript
Hello, looking at this line:
And at the npm documentation:
https://docs.npmjs.com/misc/config#init-author-name
I think there is a bug. Should it be init-author-name ? Is this the same for all OS? At least on windows is with dashes instead of dots.
-
Updated
Apr 5, 2017 - JavaScript
-
Updated
Aug 30, 2017 - CoffeeScript
-
Updated
Apr 10, 2018 - JavaScript
-
Updated
Jun 9, 2017 - JavaScript
-
Updated
Aug 5, 2019 - JavaScript
-
Updated
Nov 3, 2019 - TypeScript
-
Updated
Jan 20, 2020 - JavaScript
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
May 28, 2020 - JavaScript
-
Updated
Nov 20, 2019 - JavaScript
-
Updated
May 27, 2020 - TypeScript
-
Updated
Oct 2, 2019 - JavaScript
-
Updated
Jan 28, 2020 - HTML
-
Updated
Jun 8, 2017 - JavaScript
Improve this page
Add a description, image, and links to the umd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the umd topic, visit your repo's landing page and select "manage topics."


It may be convenient to expose something to consumers that will make it easier to use Jest - something like the default babel options (presets, plugins, etc.) or a transform module (see something like https://github.com/ActuallyACat/jest-esm-transformer).
This makes using syntax like
import/exportmuch easier for folks who use this amazing library for bundling and Jest for tests.Thank y