Download Latest Version app.27041b87bbb500531583.css.gz (92.6 kB)
Email in envelope

Get an email when there's a new version of adminos

Name Modified Size InfoDownloads / Week
Parent folder
protobuf.js 2023-08-29 77.5 kB
protobuf.js.map 2023-08-29 93.9 kB
protobuf.min.js 2023-08-29 20.8 kB
protobuf.min.js.map 2023-08-29 111.7 kB
README.md 2023-08-29 899 Bytes
Totals: 5 Items   304.9 kB 0

This folder contains prebuilt browser versions of the minimal library suitable for use with statically generated code only. When sending pull requests, it is not required to update these.

Prebuilt files are in source control to enable pain-free frontend respectively CDN usage:

CDN usage

Development:

<script src="//cdn.rawgit.com/dcodeIO/protobuf.js/6.X.X/dist/minimal/protobuf.js"></script>

Production:

<script src="//cdn.rawgit.com/dcodeIO/protobuf.js/6.X.X/dist/minimal/protobuf.min.js"></script>

NOTE: Remember to replace the version tag with the exact release your project depends upon.

Frontend usage

Development:

<script src="node_modules/protobufjs/dist/minimal/protobuf.js"></script>

Production:

<script src="node_modules/protobufjs/dist/minimal/protobuf.min.js"></script>
Source: README.md, updated 2023-08-29