File tree Expand file tree Collapse file tree
src/lib/libraries/extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ import jwLambdaExtensionThumb from './penguinmod/extensions/jwLambda.svg';
8383import jwScopeExtensionThumb from './penguinmod/extensions/jwScope.svg' ;
8484import jwXMLExtensionIcon from './penguinmod/extensions/jwXML.svg' ;
8585import jwPointerExtensionThumb from './penguinmod/extensions/jwPointer.svg' ;
86+ import jwIntExtensionThumb from './penguinmod/extensions/jwInt.svg' ;
8687
8788import iygPerlinNoiseExtensionIcon from './penguinmod/extensions/perlinnoisebanner.png' ;
8889
@@ -946,6 +947,15 @@ const menuItems = [
946947 extDeveloper : 'jwklong' ,
947948 featured : true
948949 } ,
950+ {
951+ name : 'Integers' ,
952+ extensionId : 'jwInt' ,
953+ iconURL : jwIntExtensionThumb ,
954+ tags : [ 'penguinmod' , 'math' ] ,
955+ description : 'Large integers with zero precision loss.' ,
956+ extDeveloper : 'jwklong' ,
957+ featured : true
958+ } ,
949959 {
950960 name : 'micro:bit' ,
951961 extensionId : 'microbit' ,
You can’t perform that action at this time.
0 commit comments