A DIY E-Liquid calculator that includes weight (in grams), and doesn't omit any details in its calculations.
I found other calculators to be either inaccurate, less than user-friendly, clunky, hard to understand,
lacking weight or weight configurations, only ran on a specific platform that I don't use, or many of the above.
So I built an e-juice calculator that tries to be everything that the others aren't and above all, highly accurate.
License: MIT
By using this app you are accepting the license agreement.
Bottle Size:
{{targetBottleSize}} ML
VG/PG Ratio:
{{targetRatioVg}}/{{targetRatioPg}}
Target Nicotine:
{{targetNicMg}} MG - ({{nicVG}}/{{nicPG}} {{nicBaseMg}}MG Base)
Ingredient
drops
milliliters
grams
VG
{{leftoverVgMl | ml_to_drops | roundl 0}}
{{leftoverVgMl | roundl}}
{{leftoverVgMl | ml_to_grams 'VG' | roundl}}
PG
{{leftoverPgMl | ml_to_drops | roundl 0}}
{{leftoverPgMl | roundl}}
{{leftoverPgMl | ml_to_grams 'PG' | roundl}}
Nicotine
{{ nicPercentage | percent_to_ml | ml_to_drops | roundl 0 }}
{{ nicPercentage | percent_to_ml | roundl }}
{{ nicPercentage | percent_to_ml | ml_to_grams "NIC" | roundl }}
{{flavor.name}} - {{flavor.percentage | roundl 4 }}%
{{ flavor.percentage | percent_to_ml | ml_to_drops | roundl 0 }}
{{ flavor.percentage | percent_to_ml | roundl }}
{{ flavor.percentage | percent_to_ml | ml_to_grams flavor.weight_src flavor.custom_weight | roundl }}
Flavor Name
drops
milliliters
grams
{{flavor.name}} - {{flavor.percentage | roundl 4 }}%