mathjax / mathjax/MathJax-demos-node
Using Angular Package Format to Create Modules for MathJax
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 114
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
I noticed that most of the MathJax source is written in Typescript.
I wonder if you think it might be helpful to have the project built using the Angular Package Format?
The nice thing about the Angular Package Format is that it compiles the code into most of the popular package formats:
- FESM2015
- FESM5
- UMD
- Typescript Package Metadata
It also automatically creates package.json settings that make it easy to install and use the modules in most (If not all) environments, which I think should make it easier to consume MathJax in general.
This is one of my projects:
https://github.com/fireflysemantics/slice
Because it's compiled with the Angular Package Format its very easy for consumers to just add the dependency to Stackblitz and experiment with the API.
Here's an example:
https://stackblitz.com/edit/slice-todo-fs
I would love to help out with this if there is interest. This is a basic overview of the creation process.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by reviewing the repository's current package and build setup alongside the Angular Package Format overview; done would require a decided scope for supported module formats and package metadata, followed by an agreed implementation plan.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100