mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
Descriptions and icons
This commit is contained in:
@@ -3,6 +3,7 @@ import type { GenericCalcType } from './types';
|
||||
const ohmsLawCalc: GenericCalcType = {
|
||||
title: "Ohm's Law",
|
||||
name: 'ohms-law',
|
||||
description: 'Calculates voltage, current and resistance',
|
||||
formula: 'V = I * R',
|
||||
selections: [],
|
||||
variables: [
|
||||
|
||||
Reference in New Issue
Block a user