1.2.0-alpha.27 • Published 2 years ago

@timecat/recorder v1.2.0-alpha.27

Weekly downloads
54
License
GPL-3.0-or-later
Repository
-
Last release
2 years ago

@TimeCat/recorder

CDN jsDelivr

More details to see 🏘️ TimeCat Homepage

Which dist file to use?

From CDN or without a Bundler

  • recorder.global(.prod).js:

    • For direct use via <script src="..."> in the browser. Exposes the Recorder global.
    • Note that global builds are not UMD builds. They are built as IIFEs and is only meant for direct use via <script src="...">.
    • Contains hard-coded prod/dev branches, and the prod build is pre-minified. Use the *.prod.js files for production.
  • recorder.esm(.prod).js:

    • For usage via native ES modules imports (in browser via <script type="module">.
    • Shares the same runtime compilation, dependency inlining and hard-coded prod/dev behavior with the global build.

With a Bundler

  • recorder.esm.js:
    • For use with bundlers like webpack, rollup and parcel.
    • Leaves prod/dev branches with process.env.NODE_ENV guards (must be replaced by bundler)
    • Does not ship minified builds (to be done together with the rest of the code after bundling)

For Server-Side Rendering

  • recorder.cjs(.prod).js:
    • For use in Node.js server-side rendering via require().
    • If you bundle your app with webpack with target: 'node' this is the build that will be loaded.
    • The dev/prod files are pre-built, but the appropriate file is automatically required based on process.env.NODE_ENV.
1.2.0-alpha.27

2 years ago

1.2.0-alpha.26

3 years ago

1.2.0-alpha.25

3 years ago

1.2.0-alpha.24

3 years ago

1.2.0-alpha.23

3 years ago

1.2.0-alpha.22

3 years ago

1.2.0-alpha.21

3 years ago

1.2.0-alpha.20

3 years ago

1.2.0-alpha.19

3 years ago

1.2.0-alpha.18

3 years ago

1.2.0-alpha.17

3 years ago

1.2.0-alpha.16

3 years ago

1.2.0-alpha.15

4 years ago

1.2.0-alpha.14

4 years ago

1.2.0-alpha.13

4 years ago

1.2.0-alpha.12

4 years ago

1.2.0-alpha.11

4 years ago

1.2.0-alpha.10

4 years ago

1.2.0-alpha.9

4 years ago

1.2.0-alpha.8

4 years ago

1.2.0-alpha.7

4 years ago

1.2.0-alpha.6

4 years ago

1.2.0-alpha.4

4 years ago

1.2.0-alpha.5

4 years ago

1.2.0-alpha.3

4 years ago

1.2.0-alpha.2

4 years ago

1.2.0-alpha.1

4 years ago

1.2.0-alpha.0

4 years ago

1.1.5

4 years ago