shipfit
v1.1.0
Published
<img alt="image of fitting wheel" width="300px" src="images/preview.png" />
Downloads
11
Readme
Ship Fit - A Web Component for Eve Fittings
Overview
A web component to render a visual representation of an EFT format fit for Eve Online.
Examples
Setup
Using the published bundle from unpkg
<script src="https://unpkg.com/[email protected]/dist/index.umd.min.js"></script>
<ship-fit>
[Revelation, Revelation]
Capital I-a Enduring Armor Repairer
Corpum A-Type Multispectrum Energized Membrane
Corpum A-Type Multispectrum Energized Membrane
Domination Tracking Enhancer
Imperial Navy Heat Sink
[Empty Low Slot]
Imperial Navy Heat Sink
Reactive Armor Hardener
Capital Capacitor Booster I
Heavy Stasis Grappler II
Shadow Serpentis Tracking Computer,Tracking Speed Script
Tracking Computer II,Tracking Speed Script
Abyssal Siege Module
Corpus X-Type Heavy Energy Neutralizer
Quad Mega Pulse Laser II,Conflagration XL
Quad Mega Pulse Laser II,Conflagration XL
Quad Mega Pulse Laser II,Conflagration XL
Capital Energy Ambit Extension I
Capital Energy Ambit Extension I
Capital Energy Burst Aerator II
</ship-fit>
Configuration Options
The component supports the following HTML attributes
| Attribute | Default | Description | ---------------- | --------- | ----------- | hide-copy | | Hides the copy fitting button when set
Caveats
- If you use this in an environment where the fitting input is untrusted, you should ensure that input has been sanitized for XSS and other script injection / vulnerabilities before it is placed into this component.