Masamune framework package plugin for video and image conversion.
npm install @mathrunet/masamune_media---
[[GitHub]](https://github.com/mathrunet) | [[YouTube]](https://www.youtube.com/c/mathrunetchannel) | [[Packages]](https://pub.dev/publishers/mathru.net/packages) | [[X]](https://x.com/mathru) | [[LinkedIn]](https://www.linkedin.com/in/mathrunet/) | [[mathru.net]](https://mathru.net)
---
Masamune framework package plugin for video and image conversion.
Also, katana_functions_firebase can be used to execute server-side functions from methods defined on the client side, allowing for safe implementation.
Install the following packages
``bash`
npm install @mathrunet/masamune_media
Import the package as follows and pass the value of exports and the list of functions you wish to define to the deploy function.
`dart
import * as m from "@mathrunet/masamune_media";
// Define [m.Functions.xxxx] for the functions to be added to Functions.
//
// Functionsに追加する機能を[m.Functions.xxxx]を定義してください。
m.deploy(
exports,
[
// Function for conversion to HLS file
m.Functions.hls,
],
);
``
Functions passed to deploy are deployed to Cloud Functions for Firebase.
Sponsors are always welcome. Thank you for your support!