Team-Silver-Sphere / SquadJS

Squad Server Script Framework
Boost Software License 1.0
167 stars 128 forks source link

Improvement of the default packages #315

Closed fantinodavide closed 1 year ago

fantinodavide commented 1 year ago

The aim of this PR is to include some useful packages to facilitate sharing custom plugins that require more complex processing.

Canvas, paired with Chart.js can be used to generate graphs and to render them to images.

Tar, can be used to create a tarball of multiple files, and eventually to compress the output using the gzip algorithm, making easier to share groups of files, for example backups.

Thomas-Smyth commented 1 year ago

There's no reason to add these packages if something is not actively using them. If a pull request is utilised containing a plugin that utilises them, only then will we consider adding them.