Shrinking

This commit is contained in:
Yorhel 2023-07-28 08:09:46 +02:00
parent 71ce364c54
commit 679ee70117
4 changed files with 17 additions and 18 deletions

View file

@ -1,11 +1,19 @@
# Mithril.js
# VNDB Fork of Mithril.js
[![npm Version](https://img.shields.io/npm/v/mithril.svg)](https://www.npmjs.com/package/mithril)  
[![License](https://img.shields.io/npm/l/mithril.svg)](https://github.com/MithrilJS/mithril.js/blob/next/LICENSE)  
[![npm Downloads](https://img.shields.io/npm/dm/mithril.svg)](https://www.npmjs.com/package/mithril)  
[![Build Status](https://img.shields.io/travis/MithrilJS/mithril.js/next.svg?colorB=brightgreen)](https://www.npmjs.com/package/mithril)  
[![Donate at OpenCollective](https://img.shields.io/opencollective/all/mithriljs.svg?colorB=brightgreen)](https://opencollective.com/mithriljs)  
[![Zulip, join chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://mithril.zulipchat.com/)
This is a shallow fork of [mithril.js](https://mithril.js.org/) with some
functionality removed to save a few bytes. In particular:
- No routing
- No XHR wrapper
- No URL helper utilities
- 'throw' errors instead of console.error() (nothing to do with size, just makes it easier to capture errors)
There's room for further optimization, but that easily runs into diminishing
returns. This'll do for now.
(Original README below)
# Mithril.js
- [What is Mithril.js?](#what-is-mithriljs)
- [Installation](#installation)